SmithyHttp4sReverseRouter

smithy4s.http4s.SmithyHttp4sReverseRouter
class SmithyHttp4sReverseRouter[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _], F[_]](baseUri: Uri, service: Aux[Alg, Op], client: Client[F], entityCompiler: EntityCompiler[F], middleware: ClientEndpointMiddleware[F])(implicit effect: Concurrent[F]) extends FunctorInterpreter[Op, F]

Attributes

Graph
Supertypes
trait PolyFunction5[Op, [I, E, O, SI, SO] =>> F[O]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[I, E, O, SI, SO](op: Op[I, E, O, SI, SO]): F[O]

Inherited methods

final def andThen[H[_, _, _, _, _]](other: PolyFunction5[[I, E, O, SI, SO] =>> F[O], H]): PolyFunction5[F, H]

Attributes

Inherited from:
PolyFunction5