Package

swaydb.data

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. trait FutureTransformer[O[_]] extends AnyRef

    Permalink

    SwayDB supports non-blocking (Future) and blocking APIs (IO & Try).

    SwayDB supports non-blocking (Future) and blocking APIs (IO & Try).

    The APIs can be converted to other external async and/or blocking types by providing the following implementation for non-blocking api or use IOTransformer for blocking APIs.

  2. trait IOTransformer[O[_]] extends AnyRef

    Permalink

    SwayDB supports non-blocking (Future) and blocking APIs (IO & Try).

    SwayDB supports non-blocking (Future) and blocking APIs (IO & Try).

    The APIs can be converted to other external async and/or blocking types by providing the following implementation for blocking api or use FutureTransformer for non-blocking APIs.

  3. sealed trait Wrap[W[_]] extends AnyRef

    Permalink

    Wraps are used to wrap databases operations (side-effects) into types that can be used to build more declarative APIs.

Value Members

  1. object FutureTransformer

    Permalink
  2. object IOTransformer

    Permalink
  3. object Wrap

    Permalink

Ungrouped