case class AsyncTwitterFutureInterpreter(fp: FuturePool = FuturePool.unboundedPool, timer: Timer = new ScheduledThreadPoolTimer()) extends AsyncInterpreter[Future] with Product with Serializable
- Self Type
- AsyncTwitterFutureInterpreter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncTwitterFutureInterpreter
- Serializable
- Serializable
- Product
- Equals
- AsyncInterpreter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncTwitterFutureInterpreter(fp: FuturePool = FuturePool.unboundedPool, timer: Timer = new ScheduledThreadPoolTimer())
Type Members
- final class RunAsyncFutureOps [A] extends AnyRef
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val fp: FuturePool
- def fromFuture[R, A](future: ⇒ Future[A])(implicit arg0: all._async[R]): Eff[R, A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def run[A](r: Async[A]): Future[A]
-
def
runAsync[A](e: Eff[fx1[Async], A]): Future[A]
- Definition Classes
- AsyncTwitterFutureInterpreter → AsyncInterpreter
-
def
runSequential[A](e: Eff[fx1[Async], A]): Future[A]
- Definition Classes
- AsyncTwitterFutureInterpreter → AsyncInterpreter
- def subscribeToFuture[A](e: Eff[Fx1[Subscribe], A], timeout: Option[FiniteDuration])(implicit m: <=[Subscribe, Fx1[Subscribe]]): Eff[Fx1[Future], A]
- def subscribeToFutureNat(timeout: Option[FiniteDuration]): ~>[Subscribe, Future] { ... /* 2 definitions in type refinement */ }
- def suspend[R, A](future: ⇒ Future[Eff[R, A]])(implicit arg0: all._async[R]): Eff[R, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timer: Timer
- implicit final def toRunAsyncFutureOps[A](e: Eff[fx1[Async], A]): RunAsyncFutureOps[A]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )