object ContU
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContU
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit class WrappedContU[F[_], A] extends AnyRef
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
- def absorbEffect[F[_], A](a: ContU[F, F[A]])(implicit arg0: Bind[F]): ContU[F, A]
- def apply[F[_], A](f: ((A) => F[Unit]) => F[Unit]): ContU[F, A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter[F[_], A](c: ContU[F, A])(p: (A) => Boolean)(implicit arg0: Applicative[F]): ContU[F, A]
- def filterMap[F[_], A, B](c: ContU[F, A])(f: (A) => Option[B])(implicit arg0: Applicative[F]): ContU[F, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liftM[F[_], A](fa: F[A])(implicit arg0: Bind[F]): ContU[F, A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noop[F[_], A](implicit arg0: Applicative[F]): ContU[F, A]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def point[F[_], A](a: A): ContU[F, A]
- def sequence[F[_], A](cs: Iterable[ContU[F, A]])(implicit arg0: Applicative[F]): ContU[F, A]
- def sequence[F[_], A](cs: ContU[F, A]*)(implicit arg0: Applicative[F]): ContU[F, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tuple2[F[_], A1, A2](c1: ContU[F, A1], c2: ContU[F, A2]): ContU[F, (A1, A2)]
- def tuple3[F[_], A1, A2, A3](c1: ContU[F, A1], c2: ContU[F, A2], c3: ContU[F, A3]): ContU[F, (A1, A2, A3)]
- def tuple4[F[_], A1, A2, A3, A4](c1: ContU[F, A1], c2: ContU[F, A2], c3: ContU[F, A3], c4: ContU[F, A4]): ContU[F, (A1, A2, A3, A4)]
- def tuple5[F[_], A1, A2, A3, A4, A5](c1: ContU[F, A1], c2: ContU[F, A2], c3: ContU[F, A3], c4: ContU[F, A4], c5: ContU[F, A5]): ContU[F, (A1, A2, A3, A4, A5)]
- def tuple6[F[_], A1, A2, A3, A4, A5, A6](c1: ContU[F, A1], c2: ContU[F, A2], c3: ContU[F, A3], c4: ContU[F, A4], c5: ContU[F, A5], c6: ContU[F, A6]): ContU[F, (A1, A2, A3, A4, A5, A6)]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wrapEffect[F[_], A](a: F[ContU[F, A]])(implicit arg0: Bind[F]): ContU[F, A]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated