Package

swaydb

java

Permalink

package java

Visibility
  1. Public
  2. All

Type Members

  1. case class MapIO[K, V, F <: PureFunction[K, V, java.Return.Map[V]]](_asScala: Map[K, V, _, ThrowableIO]) extends Product with Serializable

    Permalink

    IOMap database API.

    IOMap database API.

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

  2. sealed trait PureFunction[+K, +V, +R <: Return[V]] extends AnyRef

    Permalink
  3. sealed trait Return[+V] extends AnyRef

    Permalink

    Returns types for swaydb.java.PureFunction

  4. case class SetIO[A, F <: OnKey[A, Void, java.Return.Set[Void]]](_asScala: Set[A, _, ThrowableIO]) extends Product with Serializable

    Permalink

    Set database API.

    Set database API.

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

Value Members

  1. object KeyOrderConverter

    Permalink
    Attributes
    protected
  2. object Prepare

    Permalink
  3. object PureFunction

    Permalink

    Function types for SwayDB.

    Function types for SwayDB.

    Your registered functions (MapIO.registerFunction) 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.

  4. object Return

    Permalink
  5. object ScalaMapToJavaMapOutputConverter

    Permalink
    Attributes
    protected
  6. object SwayDB

    Permalink
  7. package memory

    Permalink
  8. package persistent

    Permalink
  9. package serializers

    Permalink

Ungrouped