org.http4s.TransferCoding
See theTransferCoding companion object
final case class TransferCoding extends Ordered[TransferCoding], Renderable
Attributes
- Companion
- object
- Source
- TransferCoding.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Renderabletrait Ordered[TransferCoding]trait Comparable[TransferCoding]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- TransferCoding.scala
Base method for rendering this object efficiently
Base method for rendering this object efficiently
Attributes
- Definition Classes
- Source
- TransferCoding.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Renderable -> Any
- Source
- TransferCoding.scala
Inherited methods
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Generates a String rendering of this object
Generates a String rendering of this object
Attributes
- Inherited from:
- Renderable
- Source
- Renderable.scala
In this article