Slice

org.saddle.index.Slice
See theSlice companion object
trait Slice[+T]

Slice provides a methodology so that when it is applied to an index, it produces an lower (inclusive) and upper (exclusive) integer offset at which to slice.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SliceAll
class SliceDefault[T]
class SliceFrom[T]
class SliceTo[T]

Members list

Concise view

Value members

Abstract methods

def apply[U >: T](idx: Index[U]): (Int, Int)