FutureEffect

org.specs2.control.eff.FutureEffect$
See theFutureEffect companion trait
object FutureEffect extends FutureEffect

Attributes

Companion
trait
Graph
Supertypes
trait FutureEffect
trait FutureTypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type _Future[R] = Member[TimedFuture, R]

Attributes

Inherited from:
FutureTypes
type _future[R] = MemberIn[TimedFuture, R]

Attributes

Inherited from:
FutureTypes

Value members

Inherited methods

final def fromFutureWithExecutors[R : _future, A](es: ExecutorServices => Future[A], timeout: Option[FiniteDuration]): Eff[R, A]

Attributes

Inherited from:
FutureCreation
final def futureAttempt[R, A](e: Eff[R, A])(implicit future: MemberInOut[TimedFuture, R]): Eff[R, Either[Throwable, A]]

Attributes

Inherited from:
FutureInterpretation
final def futureDefer[R : _future, A](a: => Future[A], timeout: Option[FiniteDuration]): Eff[R, A]

Attributes

Inherited from:
FutureCreation
final def futureDelay[R : _future, A](a: => A, timeout: Option[FiniteDuration]): Eff[R, A]

Attributes

Inherited from:
FutureCreation
final def futureFail[R : _future, A](t: Throwable): Eff[R, A]

Attributes

Inherited from:
FutureCreation
final def futureFork[R : _future, A](a: => A, ec: ExecutionContext, timeout: Option[FiniteDuration]): Eff[R, A]

Attributes

Inherited from:
FutureCreation
final def futureFromEither[R : _future, A](e: Either[Throwable, A]): Eff[R, A]

Attributes

Inherited from:
FutureCreation
def runAsync[R, A](e: Eff[R, A])(implicit es: ExecutorServices, m: Aux[TimedFuture, R, NoFx]): Future[A]

Attributes

Inherited from:
FutureInterpretation
def runSequential[R, A](e: Eff[R, A])(implicit es: ExecutorServices, m: Aux[TimedFuture, R, NoFx]): Future[A]

Attributes

Inherited from:
FutureInterpretation