Packages

case class *(qValue: Float) extends HttpCharsetRange with Product with Serializable

Source
HttpCharset.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. *
  2. Serializable
  3. Product
  4. Equals
  5. HttpCharsetRange
  6. WithQValue
  7. ValueRenderable
  8. ToStringRenderable
  9. Renderable
  10. HttpCharsetRange
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new *(qValue: Float)

Value Members

  1. def matches(charset: HttpCharset): Boolean
    Definition Classes
    *HttpCharsetRange
  2. def matches(charset: javadsl.model.HttpCharset): Boolean

    Java API

    Java API

    Definition Classes
    HttpCharsetRangeHttpCharsetRange
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val qValue: Float

    The qValue for this range.

    The qValue for this range.

    Definition Classes
    *HttpCharsetRangeHttpCharsetRange
  5. final def render[R <: Rendering](r: R): r.type
    Definition Classes
    * → Renderable
  6. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  7. def value: String
    Definition Classes
    ValueRenderable
  8. def withQValue(qValue: Float): HttpCharsetRange

    Returns a copy of this range with the given qValue.

    Returns a copy of this range with the given qValue.

    Definition Classes
    *WithQValueHttpCharsetRange
  9. def withQValue(qValue: Double): HttpCharsetRange

    truncates Double qValue to float and returns a new instance with this qValue set

    truncates Double qValue to float and returns a new instance with this qValue set

    Definition Classes
    WithQValue