Package

org.atnos.eff

monix

Permalink

package monix

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. monix
  2. TaskInterpretation
  3. TaskCreation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait TaskCreation extends AnyRef

    Permalink
  2. trait TaskEffect extends TaskCreation with TaskInterpretation

    Permalink

    Effect for Task computations

  3. trait TaskInterpretation extends AnyRef

    Permalink

Value Members

  1. object TaskEffect extends TaskEffect

    Permalink
  2. object TaskInterpretation extends TaskInterpretation

    Permalink
  3. def async[R, A](a: ⇒ A)(implicit arg0: _task[R]): Eff[R, A]

    Permalink
    Definition Classes
    TaskCreation
  4. def awaitTask[R, U, A](r: Eff[R, A])(atMost: Duration)(implicit m: Aux[Task, R, U], ec: ExecutionContext, s: Scheduler): Eff[U, Xor[Throwable, A]]

    Permalink
    Definition Classes
    TaskInterpretation
  5. def sync[R, A](a: A)(implicit arg0: _task[R]): Eff[R, A]

    Permalink
    Definition Classes
    TaskCreation

Inherited from TaskInterpretation

Inherited from TaskCreation

Inherited from AnyRef

Inherited from Any

Ungrouped