monifu.reactive.internals

FutureAckExtensions

implicit final class FutureAckExtensions extends AnyVal

Internal extensions to Future[Ack] used in the implementation of Observable.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FutureAckExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FutureAckExtensions(source: Future[Ack])

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  7. def onCompleteNow(f: (Try[Ack]) ⇒ Unit)(implicit ec: ExecutionContext): Future[Ack]

    Unsafe version of onComplete that triggers execution synchronously in case the source is already completed.

  8. def onContinueTriggerComplete[T](observer: Observer[T])(implicit ec: ExecutionContext): Future[Ack]

    On Continue, triggers onComplete on the given Observer.

  9. def onContinueTriggerError[T](observer: Observer[T], error: Throwable)(implicit ec: ExecutionContext): Future[Ack]

    On Continue, triggers onComplete on the given Observer.

  10. def onDone(cb: ⇒ Unit)(implicit ec: ExecutionContext): Future[Ack]

    Triggers execution of the given callback, once the source terminates either with a Done or with a failure.

  11. def onDoneComplete(p: Promise[Ack])(implicit ec: ExecutionContext): Future[Ack]

    On Done, triggers Done on the given Promise.

  12. def onDoneContinue(p: Promise[Ack])(implicit ec: ExecutionContext): Future[Ack]

    On Done, triggers Continue on the given Promise.

  13. val source: Future[Ack]

  14. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped