RangeDef

trait RangeDef extends FileMeta => Validated[String, Range]

When requsting a specific range of data, the offsets must be calculated given the total size and chunksize.

Companion
object
trait FileMeta => Validated[String, Range]
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: Validated[String, Range] => A): FileMeta => A
Inherited from
Function1
def apply(v1: FileMeta): Validated[String, Range]
Inherited from
Function1
@unspecialized
def compose[A](g: A => FileMeta): A => Validated[String, Range]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1