final case class IndexedContsT[W[_], M[_], R, O, A](_run: (W[(A) ⇒ M[O]]) ⇒ M[R]) extends Product with Serializable
- Source
- IndexedContsT.scala
- Alphabetic
- By Inheritance
- IndexedContsT
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new IndexedContsT(_run: (W[(A) ⇒ M[O]]) ⇒ M[R])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _run: (W[(A) ⇒ M[O]]) ⇒ M[R]
- def apply(wamo: W[(A) ⇒ M[O]]): M[R]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bimap[E, B](f: (R) ⇒ E, g: (A) ⇒ B)(implicit M: Functor[M], W: Functor[W]): IndexedContsT[W, M, E, O, B]
- def bmap[X >: R <: O, Z](f: Bijection[X, Z])(implicit M: Functor[M], W: Functor[W]): ContsT[W, M, Z, A]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def contramap[I](f: (I) ⇒ O)(implicit M: Functor[M], W: Functor[W]): IndexedContsT[W, M, R, I, 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[E, B](f: (A) ⇒ IndexedContsT[W, M, O, E, B])(implicit W: Cobind[W]): IndexedContsT[W, M, R, E, B]
- def flatten[E, B](implicit ev: =:=[A, IndexedContsT[W, M, O, E, B]], W: Cobind[W]): IndexedContsT[W, M, R, E, B]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def imap[E](f: (R) ⇒ E)(implicit M: Functor[M]): IndexedContsT[W, M, E, O, A]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) ⇒ B)(implicit W: Functor[W]): IndexedContsT[W, M, R, O, B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def plus(that: IndexedContsT[W, M, R, O, A])(implicit M: Plus[M]): IndexedContsT[W, M, R, O, A]
- def run(wamo: W[(A) ⇒ M[O]]): M[R]
- def run_(implicit W: Applicative[W], M: Applicative[M], ev: =:=[A, O]): M[R]
-
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
- @native() @throws( ... )
- def xmap[E, I](f: (R) ⇒ E, g: (I) ⇒ O)(implicit M: Functor[M], W: Functor[W]): IndexedContsT[W, M, E, I, A]