Packages

c

s_mach.concurrent.impl

Tuple4AsyncTaskRunner

case class Tuple4AsyncTaskRunner(asyncConfig: AsyncConfig) extends AbstractAsyncTaskRunner with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple4AsyncTaskRunner
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractAsyncTaskRunner
  7. DelegatingTaskRunner
  8. TaskRunner
  9. TaskStepHook
  10. TaskHook
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tuple4AsyncTaskRunner(asyncConfig: AsyncConfig)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val asyncConfig: AsyncConfig
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hookStepFunction0[R](step: (TaskStepId) ⇒ Future[R])(implicit ec: ExecutionContext): (TaskStepId) ⇒ Future[R]
    Definition Classes
    DelegatingTaskRunnerTaskStepHook
  11. def hookStepFunction1[A, R](step: (TaskStepId, A) ⇒ Future[R])(implicit ec: ExecutionContext): (TaskStepId, A) ⇒ Future[R]
    Definition Classes
    DelegatingTaskRunnerTaskStepHook
  12. def hookStepFunction2[A, B, R](step: (TaskStepId, A, B) ⇒ Future[R])(implicit ec: ExecutionContext): (TaskStepId, A, B) ⇒ Future[R]
    Definition Classes
    DelegatingTaskRunnerTaskStepHook
  13. def hookTask[R](task: () ⇒ Future[R])(implicit ec: ExecutionContext): () ⇒ Future[R]
    Definition Classes
    DelegatingTaskRunnerTaskHook
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. def run[A, B, C, D](fa: ⇒ Future[A], fb: ⇒ Future[B], fc: ⇒ Future[C], fd: ⇒ Future[D])(implicit ec: ExecutionContext): Future[(A, B, C, D)]
  19. def runTask0[A, M[AA] <: TraversableOnce[AA], ZZ](ma: M[A], runner: (M[A], () ⇒ Future[A]) ⇒ Future[ZZ], f: () ⇒ Future[A])(implicit ec: ExecutionContext): Future[ZZ]
    Definition Classes
    TaskRunner
  20. def runTask1[A, B, M[AA] <: TraversableOnce[AA], ZZ](ma: M[A], runner: (M[A], (A) ⇒ Future[B]) ⇒ Future[ZZ], f: (A) ⇒ Future[B])(implicit ec: ExecutionContext): Future[ZZ]
    Definition Classes
    TaskRunner
  21. def runTask2[A, B, C, M[AA] <: TraversableOnce[AA], ZZ](ma: M[A], runner: (M[A], (A, B) ⇒ Future[C]) ⇒ Future[ZZ], f: (A, B) ⇒ Future[C])(implicit ec: ExecutionContext): Future[ZZ]
    Definition Classes
    TaskRunner
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. val taskHooks: Seq[TaskHook]
  24. val taskStepHooks: Seq[TaskStepHook]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractAsyncTaskRunner

Inherited from DelegatingTaskRunner

Inherited from TaskRunner

Inherited from TaskStepHook

Inherited from TaskHook

Inherited from AnyRef

Inherited from Any

Ungrouped