final case class Language(primaryTag: String, subTags: Seq[String]) extends javadsl.model.headers.Language with ValueRenderable with WithQValue[LanguageRange] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Language
- Serializable
- Product
- Equals
- WithQValue
- ValueRenderable
- ToStringRenderable
- Renderable
- Language
- AnyRef
- Any
Implicitly
- by apply
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getSubTags(): Iterable[String]
Java API
- def matches(language: javadsl.model.headers.Language): Boolean
Java API
Java API
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Definition Classes
- LanguageRange → LanguageRange
- def matches(lang: Language): Boolean
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Definition Classes
- LanguageRange
- val primaryTag: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def qValue(): Float
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Definition Classes
- LanguageRange → LanguageRange
- def render[R <: Rendering](r: R): r.type
- Definition Classes
- Language → Renderable
- val subTags: Seq[String]
- def toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
- def value: String
- Definition Classes
- ValueRenderable
- def withQValue(qValue: Float): LanguageRange
- Definition Classes
- Language → WithQValue → Language
- def withQValue(qValue: Double): LanguageRange
truncates Double qValue to float and returns a new instance with this qValue set
truncates Double qValue to float and returns a new instance with this qValue set
- Definition Classes
- WithQValue
Shadowed Implicit Value Members
- def getSubTags(): Iterable[String]
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).getSubTags()
- Definition Classes
- LanguageRange → LanguageRange
- def primaryTag(): String
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).primaryTag()
- Definition Classes
- LanguageRange → LanguageRange
- final def render[R <: Rendering](r: R): r.type
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).render(r)
- Definition Classes
- LanguageRange → Renderable
- def subTags: Seq[String]
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).subTags
- Definition Classes
- LanguageRange
- def toString(): String
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).toString()
- Definition Classes
- ToStringRenderable → AnyRef → Any
- def value: String
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).value
- Definition Classes
- ValueRenderable
- def withQValue(qValue: Double): LanguageRange
truncates Double qValue to float and returns a new instance with this qValue set
truncates Double qValue to float and returns a new instance with this qValue set
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).withQValue(qValue)
- Definition Classes
- WithQValue
- def withQValue(qValue: Float): LanguageRange
- Implicit
- This member is added by an implicit conversion from Language toLanguageRange performed by method apply in akka.http.scaladsl.model.headers.LanguageRange.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(language: LanguageRange).withQValue(qValue)
- Definition Classes
- WithQValue