Package

monifu.reactive

internals

Permalink

package internals

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. internals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class FutureAckExtensions extends AnyVal

    Permalink

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

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

    Attributes
    protected[monifu]
  2. final class PromiseCounter[T] extends AnyRef

    Permalink

    Represents a Promise that completes with value after receiving a countdownUntil number of countdown() calls.

Value Members

  1. object ObserverState extends Enumeration

    Permalink

    Models the state of an observer, used for modeling Runnable instances as an optimization technique - for internal usage only.

    Models the state of an observer, used for modeling Runnable instances as an optimization technique - for internal usage only.

    Attributes
    protected[monifu.reactive]
  2. object PromiseCounter

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped