Packages

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
  2. sealed trait KeySelectorType extends AnyRef
  3. case class KeyValue[K, V](key: K, value: V) extends Product with Serializable
  4. case class SelectedKey[K](maybeSubspace: Option[Subspace], key: K) extends Product with Serializable
  5. case class SubspaceKeyValue[K, V](key: K, value: V, subspace: Option[Subspace]) extends Product with Serializable

Value Members

  1. object FDBObject
  2. object GreaterOrEqual extends KeySelectorType with Product with Serializable
  3. object GreaterThan extends KeySelectorType with Product with Serializable
  4. object KeySelector extends Serializable
  5. object KeyValue extends Serializable
  6. object LessOrEqual extends KeySelectorType with Product with Serializable
  7. object LessThan extends KeySelectorType with Product with Serializable
  8. object SelectedKey extends Serializable
  9. object SubspaceKey
  10. object SubspaceKeyValue extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped