org.http4s.CharsetRange
See theCharsetRange companion object
sealed abstract class CharsetRange extends HasQValue, Renderable
Attributes
- Companion
- object
- Source
- CharsetRange.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Concrete methods
True if this charset range matches the charset.
Inherited methods
Base method for rendering this object efficiently
Base method for rendering this object efficiently
Attributes
- Inherited from:
- Renderable
- Source
- Renderable.scala
Generates a String rendering of this object
Generates a String rendering of this object
Attributes
- Inherited from:
- Renderable
- Source
- Renderable.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
- Inherited from:
- Renderable
- Source
- Renderable.scala
In this article