monifu.reactive

api

package api

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Ack extends AnyRef

    Represents the acknowledgement of processing that a consumer sends back upstream on Observer.onNext

  2. sealed trait AckIsFuture[T <: Ack] extends Future[T]

  3. trait ConnectableObservable[+T] extends Observable[T]

    Represents an Observable that waits for the call to connect() before starting to emit elements to its subscriber(s).

  4. trait Notification[+T] extends AnyRef

    Used by Observable.materialize.

  5. final class OnErrorRuntimeException extends RuntimeException

    Exception thrown using an anonymous Observer without a supplied onError handler.

Value Members

  1. object Ack

  2. object Notification

Ungrouped