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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ContentCoding to any2stringadd[ContentCoding] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ContentCoding, B)
- Implicit
- This member is added by an implicit conversion from ContentCoding to ArrowAssoc[ContentCoding] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
<(that: ContentCoding): Boolean
- Definition Classes
- Ordered
-
def
<=(that: ContentCoding): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: ContentCoding): Boolean
- Definition Classes
- Ordered
-
def
>=(that: ContentCoding): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val coding: String
-
def
compare(other: ContentCoding): Int
- Definition Classes
- ContentCoding → Ordered
-
def
compareTo(that: ContentCoding): Int
- Definition Classes
- Ordered → Comparable
-
def
ensuring(cond: (ContentCoding) ⇒ Boolean, msg: ⇒ Any): ContentCoding
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ContentCoding) ⇒ Boolean): ContentCoding
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ContentCoding
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ContentCoding
- Implicit
- This member is added by an implicit conversion from ContentCoding to Ensuring[ContentCoding] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- ContentCoding → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ContentCoding to StringFormat[ContentCoding] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- ContentCoding → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matches(encoding: ContentCoding): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ContentCoding → Renderable → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withQValue(q: QValue): ContentCoding
- Definition Classes
- ContentCoding → HasQValue
-
def
→[B](y: B): (ContentCoding, B)
- Implicit
- This member is added by an implicit conversion from ContentCoding to ArrowAssoc[ContentCoding] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
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)