sealed abstract class ByteRange extends javadsl.model.headers.ByteRange with ValueRenderable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteRange
- ValueRenderable
- ToStringRenderable
- Renderable
- ByteRange
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (ByteRange, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (ByteRange) ⇒ Boolean, msg: ⇒ Any): ByteRange
- def ensuring(cond: (ByteRange) ⇒ Boolean): ByteRange
- def ensuring(cond: Boolean, msg: ⇒ Any): ByteRange
- def ensuring(cond: Boolean): ByteRange
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getOffset(): OptionalLong
Java API
-
def
getSliceFirst(): OptionalLong
Java API
-
def
getSliceLast(): OptionalLong
Java API
-
def
getSuffixLength(): OptionalLong
Java API
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isFromOffset(): Boolean
Java API
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSlice(): Boolean
Java API
-
def
isSuffix(): Boolean
Java API
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
-
def
value: String
- Definition Classes
- ValueRenderable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (ByteRange, B)