monix.eval.Coeval

TypeClassInstances

class TypeClassInstances extends Evaluable[Coeval] with Bimonad[Coeval]

Groups the implementation for the type-classes defined in monix.types.

Linear Supertypes
Bimonad[Coeval], Comonad[Coeval], Evaluable[Coeval], MonadRec[Coeval], CoflatMap[Coeval], MonadError[Coeval, Throwable], Monad[Coeval], ApplicativeError[Coeval, Throwable], Memoizable[Coeval], Suspendable[Coeval], Applicative[Coeval], Functor[Coeval], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeClassInstances
  2. Bimonad
  3. Comonad
  4. Evaluable
  5. MonadRec
  6. CoflatMap
  7. MonadError
  8. Monad
  9. ApplicativeError
  10. Memoizable
  11. Suspendable
  12. Applicative
  13. Functor
  14. Serializable
  15. Serializable
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeClassInstances()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ap[A, B](fa: Coeval[A])(ff: Coeval[(A) ⇒ B]): Coeval[B]

    Definition Classes
    TypeClassInstances → Applicative
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def coflatMap[A, B](fa: Coeval[A])(f: (Coeval[A]) ⇒ B): Coeval[B]

    Definition Classes
    TypeClassInstances → CoflatMap
  10. def coflatten[A](fa: Coeval[A]): Coeval[Coeval[A]]

    Definition Classes
    CoflatMap
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def eval[A](a: ⇒ A): Coeval[A]

    Definition Classes
    TypeClassInstances → Suspendable
  14. def evalOnce[A](a: ⇒ A): Coeval[A]

    Definition Classes
    TypeClassInstances → Memoizable
  15. def extract[A](x: Coeval[A]): A

    Definition Classes
    TypeClassInstances → Comonad
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def flatMap[A, B](fa: Coeval[A])(f: (A) ⇒ Coeval[B]): Coeval[B]

    Definition Classes
    TypeClassInstances → Monad
  18. def flatten[A](ffa: Coeval[Coeval[A]]): Coeval[A]

    Definition Classes
    TypeClassInstances → Monad
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def handleError[A](fa: Coeval[A])(f: (Throwable) ⇒ A): Coeval[A]

    Definition Classes
    TypeClassInstances → ApplicativeError
  21. def handleErrorWith[A](fa: Coeval[A])(f: (Throwable) ⇒ Coeval[A]): Coeval[A]

    Definition Classes
    TypeClassInstances → ApplicativeError
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def map[A, B](fa: Coeval[A])(f: (A) ⇒ B): Coeval[B]

    Definition Classes
    TypeClassInstances → Functor
  25. def map2[A, B, Z](fa: Coeval[A], fb: Coeval[B])(f: (A, B) ⇒ Z): Coeval[Z]

    Definition Classes
    TypeClassInstances → Applicative
  26. def memoize[A](fa: Coeval[A]): Coeval[A]

    Definition Classes
    TypeClassInstances → Memoizable
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def pure[A](a: A): Coeval[A]

    Definition Classes
    TypeClassInstances → Applicative
  31. def raiseError[A](e: Throwable): Coeval[A]

    Definition Classes
    TypeClassInstances → ApplicativeError
  32. def recover[A](fa: Coeval[A])(pf: PartialFunction[Throwable, A]): Coeval[A]

    Definition Classes
    TypeClassInstances → ApplicativeError
  33. def recoverWith[A](fa: Coeval[A])(pf: PartialFunction[Throwable, Coeval[A]]): Coeval[A]

    Definition Classes
    TypeClassInstances → ApplicativeError
  34. def suspend[A](fa: ⇒ Coeval[A]): Coeval[A]

    Definition Classes
    TypeClassInstances → Suspendable
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def tailRecM[A, B](a: A)(f: (A) ⇒ Coeval[Either[A, B]]): Coeval[B]

    Definition Classes
    MonadRec
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Bimonad[Coeval]

Inherited from Comonad[Coeval]

Inherited from Evaluable[Coeval]

Inherited from MonadRec[Coeval]

Inherited from CoflatMap[Coeval]

Inherited from MonadError[Coeval, Throwable]

Inherited from Monad[Coeval]

Inherited from ApplicativeError[Coeval, Throwable]

Inherited from Memoizable[Coeval]

Inherited from Suspendable[Coeval]

Inherited from Applicative[Coeval]

Inherited from Functor[Coeval]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped