object TwitterFutureInterpretation extends TwitterFutureInterpretation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TwitterFutureInterpretation
- TwitterFutureInterpretation
- TwitterFutureTypes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type _Future[R] = Member[TwitterTimedFuture, R]
- Definition Classes
- TwitterFutureTypes
- type _future[R] = MemberIn[TwitterTimedFuture, R]
- Definition Classes
- TwitterFutureTypes
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def attempt[A](a: TwitterTimedFuture[A]): TwitterTimedFuture[Either[Throwable, A]]
- Definition Classes
- TwitterFutureInterpretation
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def futureAttempt[R, A](e: Eff[R, A])(implicit future: /=[TwitterTimedFuture, R]): Eff[R, Either[Throwable, A]]
- Definition Classes
- TwitterFutureInterpretation
- final def futureMemo[R, A](key: AnyRef, cache: Cache, e: Eff[R, A])(implicit future: /=[TwitterTimedFuture, R]): Eff[R, A]
Memoize future effects using a cache
Memoize future effects using a cache
if this method is called with the same key the previous value will be returned
- Definition Classes
- TwitterFutureInterpretation
- final def futureMemoized[R, A](key: AnyRef, e: Eff[R, A])(implicit future: /=[TwitterTimedFuture, R], m: |=[Memoized, R]): Eff[R, A]
Memoize Future values using a memoization effect
Memoize Future values using a memoization effect
if this method is called with the same key the previous value will be returned
- Definition Classes
- TwitterFutureInterpretation
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def memoize[A](key: AnyRef, cache: Cache, future: TwitterTimedFuture[A]): TwitterTimedFuture[A]
memoize future result using a cache
memoize future result using a cache
- Definition Classes
- TwitterFutureInterpretation
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def runAsync[R, A](e: Eff[R, A])(implicit pool: FuturePool, scheduler: Scheduler, m: Aux[TwitterTimedFuture, R, NoFx]): Future[A]
- Definition Classes
- TwitterFutureInterpretation
- def runFutureMemo[R, U, A](cache: Cache)(effect: Eff[R, A])(implicit m: Aux[Memoized, R, U], task: |=[TwitterTimedFuture, U]): Eff[U, A]
- Definition Classes
- TwitterFutureInterpretation
- def runSequential[R, A](e: Eff[R, A])(implicit pool: FuturePool, scheduler: Scheduler, m: Aux[TwitterTimedFuture, R, NoFx]): Future[A]
- Definition Classes
- TwitterFutureInterpretation
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()