type IndexedContT[R, O, M[_], A] = IndexedContsT[scalaz.Id.Id, R, O, M, A]
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexedContT
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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]
- Definition Classes
- IndexedContsT
- def apply(wamo: W[(A) => M[O]]): M[R]
- Definition Classes
- IndexedContsT
- 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, E, O, M, B]
- Definition Classes
- IndexedContsT
- def bmap[X >: R <: O, Z](f: Bijection[X, Z])(implicit M: Functor[M], W: Functor[W]): ContsT[W, Z, M, A]
- Definition Classes
- IndexedContsT
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contramap[I](f: (I) => O)(implicit M: Functor[M], W: Functor[W]): IndexedContsT[W, R, I, M, A]
- Definition Classes
- IndexedContsT
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatMap[E, B](f: (A) => IndexedContsT[W, O, E, M, B])(implicit W: Cobind[W]): IndexedContsT[W, R, E, M, B]
- Definition Classes
- IndexedContsT
- def flatten[E, B](implicit ev: ===[A, IndexedContsT[W, O, E, M, B]], W: Cobind[W]): IndexedContsT[W, R, E, M, B]
- Definition Classes
- IndexedContsT
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def imap[E](f: (R) => E)(implicit M: Functor[M]): IndexedContsT[W, E, O, M, A]
- Definition Classes
- IndexedContsT
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) => B)(implicit W: Functor[W]): IndexedContsT[W, R, O, M, B]
- Definition Classes
- IndexedContsT
- 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, R, O, M, A])(implicit M: Plus[M]): IndexedContsT[W, R, O, M, A]
- Definition Classes
- IndexedContsT
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def run(wamo: W[(A) => M[O]]): M[R]
- Definition Classes
- IndexedContsT
- def run_(implicit W: Applicative[W], M: Applicative[M], ev: ===[A, O]): M[R]
- Definition Classes
- IndexedContsT
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def xmap[E, I](f: (R) => E, g: (I) => O)(implicit M: Functor[M], W: Functor[W]): IndexedContsT[W, E, I, M, A]
- Definition Classes
- IndexedContsT