Package

swaydb.data

slice

Permalink

package slice

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Reader extends ReaderBase

    Permalink
  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