FutureInterpretation

org.specs2.control.eff.FutureInterpretation
See theFutureInterpretation companion trait

Attributes

Companion
trait
Graph
Supertypes
trait FutureTypes
class Object
trait Matchable
class Any
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 futureAttempt[R, A](e: Eff[R, A])(implicit future: MemberInOut[TimedFuture, R]): Eff[R, Either[Throwable, A]]

Attributes

Inherited from:
FutureInterpretation
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