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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unsatisfiable
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ByteContentRange
  7. ContentRange
  8. ValueRenderable
  9. ToStringRenderable
  10. Renderable
  11. ContentRange
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 render[R <: Rendering](r: R): r.type
    Definition Classes
    Unsatisfiable → Renderable
  11. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  12. def value: String
    Definition Classes
    ValueRenderable