*

org.http4s.CharsetRange.*
See the* companion object
sealed case class *(qValue: QValue) extends CharsetRange

Attributes

Companion
object
Source
CharsetRange.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class CharsetRange
trait Renderable
trait HasQValue
class Object
trait Matchable
class Any
Show all
Known subtypes
object *.type

Members list

Value members

Concrete methods

final def render(writer: Writer): Writer

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Source
CharsetRange.scala
final override def withQValue(q: QValue): *

Attributes

Definition Classes
Source
CharsetRange.scala

Inherited methods

final def matches(charset: Charset): Boolean

True if this charset range matches the charset.

True if this charset range matches the charset.

Attributes

Since

0.16.1

Inherited from:
CharsetRange
Source
CharsetRange.scala

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
override def toString: String

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