Interpreter

io.laserdisc.pure.cloudwatch.tagless.Interpreter
See theInterpreter companion object
trait Interpreter[M[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait CloudWatchAsyncClientInterpreter extends CloudWatchAsyncClientOp[[_] =>> Kleisli[M, CloudWatchAsyncClient, _$3]]

Attributes

Supertypes
trait CloudWatchAsyncClientOp[[_] =>> Kleisli[M, CloudWatchAsyncClient, _$3]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def CloudWatchAsyncClientOpResource(builder: CloudWatchAsyncClientBuilder): Resource[M, CloudWatchAsyncClientOp[M]]
def CloudWatchAsyncClientResource(builder: CloudWatchAsyncClientBuilder): Resource[M, CloudWatchAsyncClient]
def create(client: CloudWatchAsyncClient): CloudWatchAsyncClientOp[M]
def eff[J, A](fut: J => CompletableFuture[A]): Kleisli[M, J, A]
def eff1[J, A](fut: => CompletableFuture[A]): M[A]
def primitive[J, A](f: J => A): Kleisli[M, J, A]
def primitive1[J, A](f: => A): M[A]

Implicits

Implicits

implicit val asyncM: Async[M]