LanguageTag

scamper.http.types.LanguageTag
See theLanguageTag companion object
trait LanguageTag

Standardized type for Content-Language header value.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def others: Seq[String]

Gets other subtags.

Gets other subtags.

Attributes

def primary: String

Gets primary subtag.

Gets primary subtag.

Attributes

Concrete methods

def toRange(weight: Float): LanguageRange

Converts to range with supplied weight.

Converts to range with supplied weight.

Attributes

Concrete fields

lazy override val toString: String

Returns formatted tag.

Returns formatted tag.

Attributes