Packages

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

Source
HttpEncoding.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. *
  2. Serializable
  3. Product
  4. Equals
  5. HttpEncodingRange
  6. WithQValue
  7. ValueRenderable
  8. ToStringRenderable
  9. Renderable
  10. HttpEncodingRange
  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(encoding: HttpEncoding): Boolean
    Definition Classes
    *HttpEncodingRange
  2. def matches(encoding: javadsl.model.headers.HttpEncoding): Boolean

    Java API

    Java API

    Definition Classes
    HttpEncodingRangeHttpEncodingRange
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val qValue: Float
    Definition Classes
    *HttpEncodingRangeHttpEncodingRange
  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): HttpEncodingRange
    Definition Classes
    *WithQValueHttpEncodingRange
  9. def withQValue(qValue: Double): HttpEncodingRange

    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