Packages

final case class LanguageTag(primaryTag: String, q: QValue = QValue.One, subTags: Seq[String] = Nil) extends Renderable with Product with Serializable

Source
LanguageTag.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Renderable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LanguageTag
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Renderable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LanguageTag(primaryTag: String, q: QValue = QValue.One, subTags: Seq[String] = Nil)

Value Members

  1. val primaryTag: String
  2. val q: QValue
  3. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    LanguageTagRenderable
  4. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  5. def satisfiedBy(encoding: LanguageTag): Boolean
  6. def satisfies(encoding: LanguageTag): Boolean
  7. val subTags: Seq[String]
  8. def toString(): String
    Definition Classes
    Renderable → Any
  9. def withQuality(q: QValue): LanguageTag