Package

org.atnos.eff.syntax.addon

monix

Permalink

package monix

Linear Supertypes
AsyncTaskInterpreter, AsyncInterpreter[Task], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. monix
  2. AsyncTaskInterpreter
  3. AsyncInterpreter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RunAsyncTaskOps[A] extends AnyRef

    Permalink
    Definition Classes
    AsyncTaskInterpreter

Abstract Value Members

  1. abstract def runAsync[A](e: Eff[fx1[Async], A]): F[A]

    Permalink
    Definition Classes
    AsyncInterpreter
  2. abstract def runSequential[A](e: Eff[fx1[Async], A]): F[A]

    Permalink
    Definition Classes
    AsyncInterpreter

Concrete Value Members

  1. def fromTask[R, A](task: ⇒ Task[A])(implicit arg0: all._async[R], s: Scheduler): Eff[R, A]

    Permalink
    Definition Classes
    AsyncTaskInterpreter
  2. def run[A](r: Async[A]): Task[A]

    Permalink
    Definition Classes
    AsyncTaskInterpreter
  3. def subscribeToTask[A](e: Eff[Fx1[Subscribe], A], timeout: Option[FiniteDuration])(implicit m: <=[Subscribe, Fx1[Subscribe]]): Eff[Fx1[Task], A]

    Permalink
    Definition Classes
    AsyncTaskInterpreter
  4. def subscribeToTaskNat(timeout: Option[FiniteDuration]): ~>[Subscribe, Task]

    Permalink
    Definition Classes
    AsyncTaskInterpreter
  5. def suspend[R, A](task: ⇒ Task[Eff[R, A]])(implicit arg0: all._async[R], s: Scheduler): Eff[R, A]

    Permalink
    Definition Classes
    AsyncTaskInterpreter

Inherited from AsyncTaskInterpreter

Inherited from AsyncInterpreter[Task]

Inherited from AnyRef

Inherited from Any

Ungrouped