Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
attempt[A](task: TimedTask[A]): TimedTask[Either[Throwable, A]]
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
fromTask[R, A](task: Task[A], timeout: Option[FiniteDuration] = None)(implicit arg0: _task[R]): Eff[R, A]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
memoize[A](key: AnyRef, cache: Cache, task: Task[A]): Task[A]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
runAsync[R, A](e: Eff[R, A])(implicit strat: Strategy, sched: Scheduler, m: Aux[TimedTask, R, NoFx]): Task[A]
-
def
runSequential[R, A](e: Eff[R, A])(implicit strat: Strategy, sched: Scheduler, m: Aux[TimedTask, R, NoFx]): Task[A]
-
def
runTaskMemo[R, U, A](cache: Cache)(effect: Eff[R, A])(implicit m: Aux[Memoized, R, U], task: |=[TimedTask, U]): Eff[U, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
taskAsync[R, A](callbackConsumer: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit, timeout: Option[FiniteDuration] = None)(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskAsyncStrategy[R, A](callbackConsumer: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit, strategy: Strategy, timeout: Option[FiniteDuration] = None)(implicit arg0: _task[R]): Eff[R, A]
-
def
taskAttempt[R, A](e: Eff[R, A])(implicit task: /=[TimedTask, R]): Eff[R, Either[Throwable, A]]
-
final
def
taskDelay[R, A](call: ⇒ A, timeout: Option[FiniteDuration] = None)(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskFailed[R, A](t: Throwable)(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskFork[R, A](call: TimedTask[A], timeout: FiniteDuration)(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskFork[R, A](call: TimedTask[A])(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskFork[R, A](call: TimedTask[A], strategy: Strategy, timeout: FiniteDuration)(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskFork[R, A](call: TimedTask[A], strategy: Strategy)(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskForkWithStrategyAndTimeout[R, A](call: TimedTask[A], strategy: Strategy, timeout: Option[FiniteDuration])(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskForkWithTimeout[R, A](call: TimedTask[A], timeout: Option[FiniteDuration])(implicit arg0: _task[R]): Eff[R, A]
-
def
taskMemo[R, A](key: AnyRef, cache: Cache, e: Eff[R, A])(implicit task: /=[TimedTask, R]): Eff[R, A]
-
def
taskMemoized[R, A](key: AnyRef, e: Eff[R, A])(implicit task: /=[TimedTask, R], m: |=[Memoized, R]): Eff[R, A]
-
final
def
taskSuspend[R, A](task: ⇒ TimedTask[Eff[R, A]])(implicit arg0: _task[R]): Eff[R, A]
-
final
def
taskWithContext[R, A](c: (Strategy, Scheduler) ⇒ Task[A], timeout: Option[FiniteDuration] = None)(implicit arg0: _task[R]): Eff[R, A]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit