ScanamoZio

org.scanamo.ScanamoZio
See theScanamoZio companion object
class ScanamoZio extends ScanamoClient[[A] =>> IO[DynamoDbException, A]]

Attributes

Companion
object
Graph
Supertypes
class ScanamoClient[[A] =>> IO[DynamoDbException, A]]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def exec[A](op: ScanamoOps[A]): [A] =>> IO[DynamoDbException, A][A]

Execute the operations built with org.scanamo.Table

Execute the operations built with org.scanamo.Table

Attributes

Inherited from:
ScanamoClient
def execT[M[_] : Monad, A](hoist: FunctionK[[A] =>> IO[DynamoDbException, A], 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

Inherited from:
ScanamoClient