AwsCatsEffectServerInterpreter

abstract
class AwsCatsEffectServerInterpreter[F[_]](implicit fa: Sync[F]) extends AwsServerInterpreter[F]
Companion
object
class AwsServerInterpreter[F]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
AwsServerInterpreter
def toRoute(ses: List[ServerEndpoint[Any, F]]): () => F
Inherited from
AwsServerInterpreter
def toRoute[I, E, O](se: ServerEndpoint[Any, F]): () => F
Inherited from
AwsServerInterpreter