Packages

c

s_mach.concurrent.impl.ScheduledExecutionContextImpl

CancellableScheduledDelayedFutureImpl

class CancellableScheduledDelayedFutureImpl[A] extends ScheduledDelayedFutureImpl[A] with CancellableDelayedFuture[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CancellableScheduledDelayedFutureImpl
  2. CancellableDelayedFuture
  3. CancellableFuture
  4. ScheduledDelayedFutureImpl
  5. DelegatedFuture
  6. DelayedFuture
  7. DeferredFuture
  8. Future
  9. Awaitable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CancellableScheduledDelayedFutureImpl(task: () ⇒ A, fallback: ⇒ A, delay: FiniteDuration, scheduledExecutorService: ScheduledExecutorService)(implicit ec: ExecutionContext)

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. def andThen[U](pf: PartialFunction[Try[A], U])(implicit executor: ExecutionContext): Future[A]
    Definition Classes
    Future
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canCancel: Boolean

    returns

    TRUE if the future can be cancelled

    Definition Classes
    CancellableScheduledDelayedFutureImplCancellableFuture
  7. def cancel(): Boolean

    returns

    TRUE if the future has not been started and was successfully cancelled

    Definition Classes
    CancellableScheduledDelayedFutureImplCancellableFuture
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collect[S](pf: PartialFunction[A, S])(implicit executor: ExecutionContext): Future[S]
    Definition Classes
    Future
  10. val deferred: Future[Future[A]]
  11. val deferredPromise: Promise[Future[A]]
    Definition Classes
    ScheduledDelayedFutureImpl
  12. val delay: FiniteDuration
  13. val delay_ns: Long
    Definition Classes
    ScheduledDelayedFutureImpl
  14. val delegate: Future[A]
  15. val delegatePromise: Promise[A]
    Definition Classes
    ScheduledDelayedFutureImpl
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def failed: Future[Throwable]
    Definition Classes
    Future
  19. def fallbackTo[U >: A](that: Future[U]): Future[U]
    Definition Classes
    Future
  20. def filter(p: (A) ⇒ Boolean)(implicit executor: ExecutionContext): Future[A]
    Definition Classes
    Future
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flatMap[S](f: (A) ⇒ Future[S])(implicit executor: ExecutionContext): Future[S]
    Definition Classes
    Future
  23. def flatten[S](implicit ev: <:<[A, Future[S]]): Future[S]
    Definition Classes
    Future
  24. def foreach[U](f: (A) ⇒ U)(implicit executor: ExecutionContext): Unit
    Definition Classes
    Future
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. def isCancelled: Boolean

    returns

    TRUE if the future was cancelled

    Definition Classes
    CancellableScheduledDelayedFutureImplCancellableFuture
  28. final def isCompleted: Boolean
    Definition Classes
    DelegatedFuture → Future
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isStarted: Boolean

    returns

    TRUE if the future has been started

    Definition Classes
    DeferredFuture
  31. val javaScheduledFuture: ScheduledFuture[_]
    Definition Classes
    ScheduledDelayedFutureImpl
  32. def map[S](f: (A) ⇒ S)(implicit executor: ExecutionContext): Future[S]
    Definition Classes
    Future
  33. def mapTo[S](implicit tag: ClassTag[S]): Future[S]
    Definition Classes
    Future
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  37. final def onComplete[U](f: (Try[A]) ⇒ U)(implicit executor: ExecutionContext): Unit
    Definition Classes
    DelegatedFuture → Future
  38. final def ready(atMost: Duration)(implicit permit: CanAwait): CancellableScheduledDelayedFutureImpl.this.type
    Definition Classes
    DelegatedFuture → Awaitable
    Annotations
    @throws( classOf[InterruptedException] ) @throws( classOf[TimeoutException] )
  39. def recover[U >: A](pf: PartialFunction[Throwable, U])(implicit executor: ExecutionContext): Future[U]
    Definition Classes
    Future
  40. def recoverWith[U >: A](pf: PartialFunction[Throwable, Future[U]])(implicit executor: ExecutionContext): Future[U]
    Definition Classes
    Future
  41. final def result(atMost: Duration)(implicit permit: CanAwait): A
    Definition Classes
    DelegatedFuture → Awaitable
    Annotations
    @throws( classOf[Exception] )
  42. val startTime_ns: Long
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def transform[S](f: (Try[A]) ⇒ Try[S])(implicit executor: ExecutionContext): Future[S]
    Definition Classes
    DelegatedFuture → Future
  46. def transform[S](s: (A) ⇒ S, f: (Throwable) ⇒ Throwable)(implicit executor: ExecutionContext): Future[S]
    Definition Classes
    Future
  47. def transformWith[S](f: (Try[A]) ⇒ Future[S])(implicit executor: ExecutionContext): Future[S]
    Definition Classes
    DelegatedFuture → Future
  48. final def value: Option[Try[A]]
    Definition Classes
    DelegatedFuture → Future
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. val wasCancelled: Latch
  53. final def withFilter(p: (A) ⇒ Boolean)(implicit executor: ExecutionContext): Future[A]
    Definition Classes
    Future
  54. def zip[U](that: Future[U]): Future[(A, U)]
    Definition Classes
    Future
  55. def zipWith[U, R](that: Future[U])(f: (A, U) ⇒ R)(implicit executor: ExecutionContext): Future[R]
    Definition Classes
    Future

Deprecated Value Members

  1. def onFailure[U](pf: PartialFunction[Throwable, U])(implicit executor: ExecutionContext): Unit
    Definition Classes
    Future
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.0) use onComplete or failed.foreach instead (keep in mind that they take total rather than partial functions)

  2. def onSuccess[U](pf: PartialFunction[A, U])(implicit executor: ExecutionContext): Unit
    Definition Classes
    Future
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.0) use foreach or onComplete instead (keep in mind that they take total rather than partial functions)

Inherited from CancellableDelayedFuture[A]

Inherited from CancellableFuture[A]

Inherited from ScheduledDelayedFutureImpl[A]

Inherited from DelegatedFuture[A]

Inherited from DelayedFuture[A]

Inherited from DeferredFuture[A]

Inherited from Future[A]

Inherited from Awaitable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped