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], CoflatMap[Coeval], MonadError[Coeval, Throwable], Monad[Coeval], ApplicativeError[Coeval, Throwable], Applicative[Coeval], Functor[Coeval], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeClassInstances
  2. Bimonad
  3. Comonad
  4. Evaluable
  5. CoflatMap
  6. MonadError
  7. Monad
  8. ApplicativeError
  9. Applicative
  10. Functor
  11. AnyRef
  12. 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 extract[A](x: Coeval[A]): A

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TypeClassInstances → Applicative
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    TypeClassInstances → Applicative
  28. def pureEval[A](a: ⇒ A): Coeval[A]

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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 CoflatMap[Coeval]

Inherited from MonadError[Coeval, Throwable]

Inherited from Monad[Coeval]

Inherited from ApplicativeError[Coeval, Throwable]

Inherited from Applicative[Coeval]

Inherited from Functor[Coeval]

Inherited from AnyRef

Inherited from Any

Ungrouped