org.atnos.eff.addon.twitter.TwitterFutureCreation
See theTwitterFutureCreation companion trait
object TwitterFutureCreation extends TwitterFutureCreation
Attributes
- Companion
- trait
- Source
- TwitterFutureEffect.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- TwitterFutureTypes
- Source
- TwitterFutureEffect.scala
Attributes
- Inherited from:
- TwitterFutureTypes
- Source
- TwitterFutureEffect.scala
Value members
Inherited methods
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
final def fromFutureWithExecutors[R : _future, A](c: (FuturePool, Scheduler) => Future[A], timeout: Option[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
final def futureFork[R : _future, A](a: => A)(pool: FuturePool, timeout: Option[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
def retryUntil[R : _future, A](e: Eff[R, A], condition: A => Boolean, durations: List[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
Inherited fields
Attributes
- Inherited from:
- TwitterFutureCreation
- Source
- TwitterFutureEffect.scala
In this article