Package

me.archdev.foundationdb

utils

Permalink

package utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class KeySelector(raw: com.apple.foundationdb.KeySelector, ksType: KeySelectorType, subspace: Subspace) extends Product with Serializable

    Permalink
  2. sealed trait KeySelectorType extends AnyRef

    Permalink
  3. case class KeyValue[K, V](key: K, value: V) extends Product with Serializable

    Permalink
  4. case class SelectedKey[K](maybeSubspace: Option[Subspace], key: K) extends Product with Serializable

    Permalink
  5. case class SubspaceKeyValue[K, V](key: K, value: V, subspace: Option[Subspace]) extends Product with Serializable

    Permalink

Value Members

  1. object FDBObject

    Permalink
  2. object GreaterOrEqual extends KeySelectorType with Product with Serializable

    Permalink
  3. object GreaterThan extends KeySelectorType with Product with Serializable

    Permalink
  4. object KeySelector extends Serializable

    Permalink
  5. object KeyValue extends Serializable

    Permalink
  6. object LessOrEqual extends KeySelectorType with Product with Serializable

    Permalink
  7. object LessThan extends KeySelectorType with Product with Serializable

    Permalink
  8. object SelectedKey extends Serializable

    Permalink
  9. object SubspaceKey

    Permalink
  10. object SubspaceKeyValue extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped