Chunk

final case class Chunk(offset: Long, length: Int) extends ByteRange
trait Serializable
trait Product
trait Equals
trait ByteRange
class Object
trait Matchable
class Any

Value members

Concrete methods

def fold[A](fa: => A, fc: Chunk => A): A
def includes(other: ByteRange): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val asString: String