monix

reactive

package reactive

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class MulticastStrategy[+A] extends AnyRef

    The MulticastStrategy specifies the strategy for building data-sources that are shared between multiple subscribers.

  2. sealed abstract class Notification[+T] extends AnyRef

    Used by Observable.materialize.

  3. trait Observable[+A] extends ObservableLike[A, Observable]

    The Observable type that implements the Reactive Pattern.

  4. trait Observer[-T] extends AnyRef

    The Observer from the Rx pattern is the trio of callbacks that get subscribed to an Observable for receiving events.

  5. sealed abstract class OverflowStrategy[+A] extends AnyRef

    Represents the buffering overflowStrategy chosen for actions that need buffering, instructing the pipeline what to do when the buffer is full.

  6. abstract class Pipe[I, +O] extends ObservableLike[O, [+α]Pipe[I, α]]

    Represents a factory for an input/output channel for broadcasting input to multiple subscribers.

Value Members

  1. object MulticastStrategy

    The MulticastStrategy enumerated.

  2. object Notification

  3. object Observable

  4. object Observer

  5. object OverflowStrategy

  6. object Pipe

  7. package exceptions

  8. package internal

  9. package observables

  10. package observers

  11. package subjects

Ungrouped