final case class Cokleisli[F[_], A, B](run: (F[A]) ⇒ B) extends Product with Serializable
- Self Type
- Cokleisli[F, A, B]
- Source
- Cokleisli.scala
- Alphabetic
- By Inheritance
- Cokleisli
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Cokleisli(run: (F[A]) ⇒ B)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- 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
- Definition Classes
- AnyRef → Any
- 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
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[C](f: (B) ⇒ Cokleisli[F, A, C]): Cokleisli[F, A, C]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[C](f: (B) ⇒ C): Cokleisli[F, A, C]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val run: (F[A]) ⇒ B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )