Class/Object

com.geteit.concurrent

CancellableFuture

Related Docs: object CancellableFuture | package concurrent

Permalink

class CancellableFuture[+A] extends Awaitable[A]

Self Type
CancellableFuture[A]
Linear Supertypes
Awaitable[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CancellableFuture
  2. Awaitable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CancellableFuture(promise: Promise[A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cancel(): Boolean

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def flatMap[B](f: (A) ⇒ CancellableFuture[B])(implicit executor: ExecutionContext): CancellableFuture[B]

    Permalink
  11. def flatten[B](implicit executor: ExecutionContext, evidence: <:<[A, CancellableFuture[B]]): CancellableFuture[B]

    Permalink
  12. val future: Future[A]

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def map[B](f: (A) ⇒ B)(implicit executor: ExecutionContext): CancellableFuture[B]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def onCancelled(body: ⇒ Unit)(implicit executor: ExecutionContext): Unit

    Permalink
  21. def onComplete[B](f: (Try[A]) ⇒ B)(implicit executor: ExecutionContext): Unit

    Permalink
  22. def onFailure[U](pf: PartialFunction[Throwable, U])(implicit executor: ExecutionContext): Unit

    Permalink
  23. def onSuccess[U](pf: PartialFunction[A, U])(implicit executor: ExecutionContext): Unit

    Permalink
  24. def ready(atMost: Duration)(implicit permit: CanAwait): CancellableFuture.this.type

    Permalink
    Definition Classes
    CancellableFuture → Awaitable
    Annotations
    @throws( classOf[InterruptedException] ) @throws( classOf[TimeoutException] )
  25. def recover[B >: A](pf: PartialFunction[Throwable, B])(implicit executor: ExecutionContext): CancellableFuture[B]

    Permalink
  26. def recoverWith[U >: A](pf: PartialFunction[Throwable, CancellableFuture[U]])(implicit executor: ExecutionContext): CancellableFuture[U]

    Permalink
  27. def result(atMost: Duration)(implicit permit: CanAwait): A

    Permalink
    Definition Classes
    CancellableFuture → Awaitable
    Annotations
    @throws( classOf[Exception] )
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withTimeout(timeout: FiniteDuration): CancellableFuture[A]

    Permalink
  34. def zip[B](other: CancellableFuture[B])(implicit executor: ExecutionContext): CancellableFuture[(A, B)]

    Permalink

Inherited from Awaitable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped