ScanamoAsync

org.scanamo.ScanamoAsync
See theScanamoAsync companion object
final class ScanamoAsync

Interprets Scanamo operations in an asynchronous context: Scala futures.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def exec[A](op: ScanamoOps[A]): Future[A]

Execute the operations built with org.scanamo.Table

Execute the operations built with org.scanamo.Table

Attributes

def execT[M[_] : Monad, A](hoist: FunctionK[Future, M])(op: ScanamoOpsT[M, A]): M[A]

Execute the operations built with org.scanamo.Table with effects in the monad M threaded in.

Execute the operations built with org.scanamo.Table with effects in the monad M threaded in.

Attributes