AwsCatsEffectServerInterpreter

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

Value members

Inherited methods

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