final case class Cokleisli[F[_], A, B](run: (F[A]) => B) extends Product with Serializable
Instance Constructors
- new Cokleisli(run: (F[A]) => B)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def <<=(a: F[A])(implicit F: Cobind[F]): F[B]
- def =<=[C](c: Cokleisli[F, C, A])(implicit F: Cobind[F]): Cokleisli[F, C, B]
- final def ==(arg0: Any): Boolean
- def =>=[C](c: Cokleisli[F, B, C])(implicit F: Cobind[F]): Cokleisli[F, A, C]
- def apply(fa: F[A]): B
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[C](c: Cokleisli[F, C, A])(implicit F: Cobind[F]): Cokleisli[F, C, B]
- def contramapValue[C](f: (F[C]) => F[A]): Cokleisli[F, C, B]
- def dimap[C, D](f: (C) => A, g: (B) => D)(implicit b: Functor[F]): Cokleisli[F, C, D]
- def endo(implicit ev: ===[B, A]): Endomorphic[[β$0$, γ$1$]Cokleisli[F, β$0$, γ$1$], A]
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- def flatMap[C](f: (B) => Cokleisli[F, A, C]): Cokleisli[F, A, C]
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def map[C](f: (B) => C): Cokleisli[F, A, C]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- val run: (F[A]) => B
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit