Packages

final case class Unsatisfiable(length: Long) extends javadsl.model.ContentRange with ByteContentRange with Product with Serializable

An unsatisfiable content-range.

Source
ContentRange.scala
Linear Supertypes
Serializable, Product, Equals, ByteContentRange, ContentRange, ValueRenderable, ToStringRenderable, Renderable, javadsl.model.ContentRange, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unsatisfiable
  2. Serializable
  3. Product
  4. Equals
  5. ByteContentRange
  6. ContentRange
  7. ValueRenderable
  8. ToStringRenderable
  9. Renderable
  10. ContentRange
  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 Unsatisfiable(length: Long)

Value Members

  1. def getInstanceLength(): OptionalLong

    Java API

    Java API

    Definition Classes
    ByteContentRangeContentRange
  2. def getOtherValue(): Optional[String]
    Definition Classes
    ContentRangeContentRange
  3. def getSatisfiableFirst(): OptionalLong
    Definition Classes
    ContentRangeContentRange
  4. def getSatisfiableLast(): OptionalLong
    Definition Classes
    ContentRangeContentRange
  5. val instanceLength: Some[Long]
    Definition Classes
    UnsatisfiableByteContentRange
  6. def isByteContentRange(): Boolean

    Java API

    Java API

    Definition Classes
    ByteContentRangeContentRange
  7. def isOther(): Boolean
    Definition Classes
    ContentRangeContentRange
  8. def isSatisfiable(): Boolean
    Definition Classes
    ContentRangeContentRange
  9. val length: Long
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def render[R <: Rendering](r: R): r.type
    Definition Classes
    Unsatisfiable → Renderable
  12. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  13. def value: String
    Definition Classes
    ValueRenderable