Package

org.atnos.eff.syntax.addon

monix

Permalink

package monix

Linear Supertypes
AsyncTasks, AsyncInterpreter[Task], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. monix
  2. AsyncTasks
  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
    AsyncTasks

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
    AsyncTasks
  2. def run[A](r: Async[A]): Task[A]

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

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

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

    Permalink
    Definition Classes
    AsyncTasks

Inherited from AsyncTasks

Inherited from AsyncInterpreter[Task]

Inherited from AnyRef

Inherited from Any

Ungrouped