TwitterFutureCreation

Companion
class
class Object
trait Matchable
class Any

Type members

Inherited types

type _Future[R] = Member[TwitterTimedFuture, R]
Inherited from
TwitterFutureTypes
type _future[R] = MemberIn[TwitterTimedFuture, R]
Inherited from
TwitterFutureTypes

Value members

Inherited methods

final
def fromFuture[R : _future, A](c: => Future[A], timeout: Option[FiniteDuration]): Eff[R, A]
Inherited from
TwitterFutureCreation
final
def fromFutureWithExecutors[R : _future, A](c: (FuturePool, Scheduler) => Future[A], timeout: Option[FiniteDuration]): Eff[R, A]
Inherited from
TwitterFutureCreation
final
def futureDelay[R : _future, A](a: => A, timeout: Option[FiniteDuration]): Eff[R, A]
Inherited from
TwitterFutureCreation
final
def futureFail[R : _future, A](t: Throwable): Eff[R, A]
Inherited from
TwitterFutureCreation
final
def futureFork[R : _future, A](a: => A)(pool: FuturePool, timeout: Option[FiniteDuration]): Eff[R, A]
Inherited from
TwitterFutureCreation
final
def futureFromEither[R : _future, A](e: Either[Throwable, A]): Eff[R, A]
Inherited from
TwitterFutureCreation
def retryUntil[R : _future, A](e: Eff[R, A], condition: A => Boolean, durations: List[FiniteDuration]): Eff[R, A]
Inherited from
TwitterFutureCreation
def waitFor[R : _future](duration: FiniteDuration): Eff[R, Unit]
Inherited from
TwitterFutureCreation

Inherited fields

val twitterTimer: JavaTimer
Inherited from
TwitterFutureCreation