Class

monix.eval.Coeval

TypeClassInstances

Related Doc: package Coeval

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeClassInstances()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ap[A, B](fa: Coeval[A])(ff: Coeval[(A) ⇒ B]): Coeval[B]

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def extract[A](x: Coeval[A]): A

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Permalink
    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