Packages

p

swaydb

java

package java

Ordering
  1. Alphabetic
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

    IOMap database API.

    IOMap database API.

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

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

    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

    Set database API.

    Set database API.

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

Value Members

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

    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
  5. object ScalaMapToJavaMapOutputConverter
    Attributes
    protected
  6. object SwayDB

Ungrouped