c

org.http4s.syntax

KleisliHttpAppOps

final class KleisliHttpAppOps[F[_]] extends AnyRef

Source
KleisliSyntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KleisliHttpAppOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KleisliHttpAppOps(self: HttpApp[F])(implicit arg0: Functor[F])

Value Members

  1. def translate[G[_]](fk: ~>[F, G])(gK: ~>[G, F])(implicit arg0: Monad[G]): HttpApp[G]