class ContentCoding extends HasQValue with Ordered[ContentCoding] with Renderable
- Source
- ContentCoding.scala
- Alphabetic
- By Inheritance
- ContentCoding
- Renderable
- Ordered
- Comparable
- HasQValue
- AnyRef
- Any
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
def
<(that: ContentCoding): Boolean
- Definition Classes
- Ordered
-
def
<=(that: ContentCoding): Boolean
- Definition Classes
- Ordered
-
def
>(that: ContentCoding): Boolean
- Definition Classes
- Ordered
-
def
>=(that: ContentCoding): Boolean
- Definition Classes
- Ordered
- val coding: String
-
def
compare(other: ContentCoding): Int
- Definition Classes
- ContentCoding → Ordered
-
def
compareTo(that: ContentCoding): Int
- Definition Classes
- Ordered → Comparable
-
def
equals(o: Any): Boolean
- Definition Classes
- ContentCoding → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- ContentCoding → AnyRef → Any
- def matches(encoding: ContentCoding): Boolean
-
val
qValue: QValue
- Definition Classes
- ContentCoding → HasQValue
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- ContentCoding → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
-
def
toString(): String
- Definition Classes
- ContentCoding → Renderable → AnyRef → Any
-
def
withQValue(q: QValue): ContentCoding
- Definition Classes
- ContentCoding → HasQValue
Shadowed Implicit Value Members
-
def
<(that: ContentCoding): Boolean
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
- 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:(contentCoding: Ordered[ContentCoding]).<(that)
- Definition Classes
- Ordered
-
def
<=(that: ContentCoding): Boolean
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
- 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:(contentCoding: Ordered[ContentCoding]).<=(that)
- Definition Classes
- Ordered
-
def
>(that: ContentCoding): Boolean
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
- 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:(contentCoding: Ordered[ContentCoding]).>(that)
- Definition Classes
- Ordered
-
def
>=(that: ContentCoding): Boolean
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
- 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:(contentCoding: Ordered[ContentCoding]).>=(that)
- Definition Classes
- Ordered
-
def
compare(that: ContentCoding): Int
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
- 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:(contentCoding: Ordered[ContentCoding]).compare(that)
- Definition Classes
- Ordered
-
def
compareTo(that: ContentCoding): Int
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
- 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:(contentCoding: Ordered[ContentCoding]).compareTo(that)
- Definition Classes
- Ordered → Comparable
Deprecated Value Members
-
def
satisfiedBy(encoding: ContentCoding): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.1) Use
Accept-Encoding
.isSatisfiedBy(encoding)
-
def
satisfies(encoding: ContentCoding): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.1) Use
Accept-Encoding
.isSatisfiedBy(encoding)