monix

eval

package eval

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Callback[-T] extends (Try[T]) ⇒ Unit

    Represents a callback that should be called asynchronously with the result of a computation.

  2. sealed abstract class Coeval[+A] extends Serializable with Product

    Coeval represents lazy computations that can execute synchronously.

  3. sealed abstract class Task[+A] extends Serializable with Product

    Task represents a specification for a possibly non-strict or asynchronous computation, which when executed will produce an A as a result, along with possible side-effects.

Value Members

  1. object Callback

  2. object Coeval extends Serializable

  3. object Task extends Serializable

Ungrouped