FutureInterpretation

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

Attributes

Companion
object
Graph
Supertypes
trait FutureTypes
class Object
trait Matchable
class Any
Known subtypes
trait FutureEffect
object FutureEffect.type
object FutureInterpretation.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

Concrete methods

final def futureAttempt[R, A](e: Eff[R, A])(implicit future: MemberInOut[TimedFuture, R]): Eff[R, Either[Throwable, A]]
def runAsync[R, A](e: Eff[R, A])(implicit es: ExecutorServices, m: Aux[TimedFuture, R, NoFx]): Future[A]
def runSequential[R, A](e: Eff[R, A])(implicit es: ExecutorServices, m: Aux[TimedFuture, R, NoFx]): Future[A]