Class

monix.execution.Callback

Builders

Related Doc: package Callback

Permalink

final class Builders[E] extends AnyVal

Functions exposed via apply.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Builders
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Builders(ev: Boolean = true)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def empty[A](implicit r: UncaughtExceptionReporter): Callback[E, A]

    Permalink

    See Callback.empty.

  6. val ev: Boolean

    Permalink
  7. def forked[A](cb: Callback[E, A])(implicit ec: ExecutionContext): Callback[E, A]

    Permalink

    See Callback.forked.

  8. def fromAttempt[A](cb: (Either[E, A]) ⇒ Unit): Callback[E, A]

    Permalink

    See Callback.fromAttempt.

  9. def fromPromise[A](p: Promise[A])(implicit ev: <:<[Throwable, E]): Callback[Throwable, A]

    Permalink

    See Callback.fromPromise.

  10. def fromTry[A](cb: (Try[A]) ⇒ Unit)(implicit ev: <:<[Throwable, E]): Callback[Throwable, A]

    Permalink

    See Callback.fromTry.

  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def safe[A](cb: Callback[E, A])(implicit r: UncaughtExceptionReporter): Callback[E, A]

    Permalink

    See Callback.safe.

  14. def toString(): String

    Permalink
    Definition Classes
    Any
  15. def trampolined[A](cb: Callback[E, A])(implicit ec: ExecutionContext): Callback[E, A]

    Permalink

    See Callback.trampolined.

Inherited from AnyVal

Inherited from Any

Ungrouped