Package

swaydb.data

slice

Permalink

package slice

Visibility
  1. Public
  2. All

Type Members

  1. class BytesReader extends AnyRef

    Permalink

    Wrapper around SliceReader to perform eager fetches.

    Wrapper around SliceReader to perform eager fetches.

    SliceReader is used internally and should not be exposed to the API.

  2. class Slice[+T] extends Iterable[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

Value Members

  1. object Slice

    Permalink

    Documentation - http://swaydb.io/slice

Ungrouped