Interpreter

trait Interpreter[M[_]]
Companion:
object
class Object
trait Matchable
class Any

Type members

Classlikes

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

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]