kleisli

object kleisli extends KleisliSyntax
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def http4sKleisliAuthedRoutesSyntax[F[_], A](authedRoutes: AuthedRoutes[A, F]): KleisliAuthedRoutesOps[F, A]
Inherited from
KleisliSyntax
implicit def http4sKleisliHttpAppSyntax[F[_]](app: HttpApp[F])(implicit evidence$4: Functor[F]): KleisliHttpAppOps[F]
Inherited from
KleisliSyntax
Inherited from
KleisliSyntax
implicit def http4sKleisliResponseSyntaxOptionT[F[_], A](kleisli: Kleisli[[_] =>> OptionT[F, _$2], A, Response[F]])(implicit evidence$3: Functor[F]): KleisliResponseOps[F, A]
Inherited from
KleisliSyntax