object IndexedContT extends IndexedContsTInstances with IndexedContsTFunctions
- Source
- toplevel.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexedContT
- IndexedContsTFunctions
- IndexedContsTInstances
- IndexedContsTInstances0
- IndexedContsTInstances1
- IndexedContsTInstances2
- 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
- implicit def ContsTBind[W[_], R, M[_]](implicit W0: Cobind[W]): Bind[[δ$9$]IndexedContsT[W, R, R, M, δ$9$]]
- Definition Classes
- IndexedContsTInstances1
- implicit def ContsTMonad[W[_], R, M[_]](implicit W0: Comonad[W]): Monad[[δ$10$]IndexedContsT[W, R, R, M, δ$10$]]
- Definition Classes
- IndexedContsTInstances0
- implicit def ContsTMonadPlusAlt[W[_], R, M[_]](implicit W0: Comonad[W], M0: PlusEmpty[M]): MonadPlus[[δ$15$]IndexedContsT[W, R, R, M, δ$15$]] with Alt[[δ$16$]IndexedContsT[W, R, R, M, δ$16$]]
- Definition Classes
- IndexedContsTInstances
- implicit def IndexedContsTBifunctor[W[_], O, M[_]](implicit W0: Functor[W], M0: Functor[M]): Bifunctor[[β$13$, ε$14$]IndexedContsT[W, β$13$, O, M, ε$14$]]
- Definition Classes
- IndexedContsTInstances
- implicit def IndexedContsTContravariant[W[_], R, M[_], A](implicit W0: Functor[W], M0: Functor[M]): Contravariant[[γ$12$]IndexedContsT[W, R, γ$12$, M, A]]
- Definition Classes
- IndexedContsTInstances
- implicit def IndexedContsTFunctorLeft[W[_], O, M[_], A](implicit M0: Functor[M]): Functor[[β$11$]IndexedContsT[W, β$11$, O, M, A]]
- Definition Classes
- IndexedContsTInstances
- implicit def IndexedContsTFunctorRight[W[_], R, M[_], O](implicit W0: Functor[W]): Functor[[ε$8$]IndexedContsT[W, R, O, M, ε$8$]]
- Definition Classes
- IndexedContsTInstances2
- def apply[M[_], R, O, A](f: ((A) => M[O]) => M[R]): IndexedContT[R, O, M, A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callCC[W[_], R, O, M[_], A, B](f: ((A) => IndexedContsT[W, O, O, M, B]) => IndexedContsT[W, R, O, M, A])(implicit W: Comonad[W]): IndexedContsT[W, R, O, M, A]
- Definition Classes
- IndexedContsTFunctions
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contracohoist[W[_], V[_], R, O, M[_]](f: ~>[V, W]): ~>[[ε$4$]IndexedContsT[W, R, O, M, ε$4$], [ε$5$]IndexedContsT[V, R, O, M, ε$5$]]
- Definition Classes
- IndexedContsTFunctions
- def empty[W[_], R, M[_], A](implicit M: PlusEmpty[M]): ContsT[W, R, M, A]
- Definition Classes
- IndexedContsTFunctions
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liftM[W[_], R, M[_], A](a: => M[A])(implicit W: Comonad[W], M: Bind[M]): ContsT[W, R, M, A]
- Definition Classes
- IndexedContsTFunctions
- 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 point[W[_], R, M[_], A](a: => A)(implicit W: Comonad[W]): ContsT[W, R, M, A]
- Definition Classes
- IndexedContsTFunctions
- def reset[W[_], R, O, M[_], A](v: IndexedContsT[W, A, O, M, O])(implicit W: Comonad[W], WA: Applicative[W], M: Monad[M]): IndexedContsT[W, R, R, M, A]
- Definition Classes
- IndexedContsTFunctions
- def shift[W[_], I, R, J, O, M[_], A](f: ((A) => IndexedContsT[W, I, I, M, O]) => IndexedContsT[W, R, J, M, J])(implicit W: Comonad[W], WA: Applicative[W], M: Monad[M]): IndexedContsT[W, R, O, M, A]
- Definition Classes
- IndexedContsTFunctions
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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 xhoist[W[_], R, O, M[_], N[_]](f: ~>[M, N], g: ~>[N, M])(implicit W: Functor[W]): ~>[[ε$0$]IndexedContsT[W, R, O, M, ε$0$], [ε$1$]IndexedContsT[W, R, O, N, ε$1$]]
- Definition Classes
- IndexedContsTFunctions