Packages

package java

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package memory
  2. package persistent
  3. package serializers

Type Members

  1. trait KeyComparator[K] extends Comparator[K]
  2. case class Map[K, V, F](_asScala: swaydb.Map[K, V, _, Less]) extends Product with Serializable

    IOMap database API.

    IOMap database API.

    For documentation check - http://swaydb.io/tag/

  3. trait PureFunction[+K, +V, +R <: Return[V]] extends AnyRef
  4. case class Queue[A](asScala: swaydb.Queue[A]) extends Product with Serializable
  5. sealed trait Return[+V] extends AnyRef

    Returns types for swaydb.java.PureFunction

  6. case class Set[A, F](_asScala: swaydb.Set[A, _, Less]) extends Product with Serializable

    Set database API.

    Set database API.

    For documentation check - http://swaydb.io/

Value Members

  1. object Interop
  2. object KeyOrderConverter
    Attributes
    protected
  3. object Prepare
  4. object PureFunction

    Function types for SwayDB.

    Function types for SwayDB.

    Your registered functions should implement one of the these functions that informs SwayDB of target data for the on the applied key should be read to execute the function.

  5. object Return
  6. object ScalaMapToJavaMapOutputConverter
    Attributes
    protected
  7. object SwayDB

Ungrouped