Package

swaydb.data

slice

Permalink

package slice

Visibility
  1. Public
  2. All

Type Members

  1. trait Reader extends ReaderBase

    Permalink
  2. class Slice[+T] extends SliceBase[T] with SliceOption[T] with IterableLike[T, Slice[T]]

    Permalink

    An Iterable type that holds offset references to an Array without creating copies of the original array when creating sub-slices.

    An Iterable type that holds offset references to an Array without creating copies of the original array when creating sub-slices.

    T

    The type of this Slice

  3. abstract class SliceBase[+T] extends Iterable[T]

    Permalink

    Base implementation for both Scala 2.12 and 2.13.

  4. trait SliceCompanionBase extends AnyRef

    Permalink

    Base companion implementation for both Scala 2.12 and 2.13's Slice companion objects.

  5. sealed trait SliceOption[+T] extends SomeOrNoneCovariant[SliceOption[T], Slice[T]]

    Permalink

    Documentation - http://swaydb.io/slice

Value Members

  1. object Slice extends SliceCompanionBase

    Permalink

Ungrouped