Packages

object ChainedObservable extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChainedObservable
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def subscribe[A](source: Observable[A], conn: Multi, out: Subscriber[A]): Unit

    Function that checks if the source is a ChainedObservable, subscribing to it by injecting the provided conn if it is, otherwise it triggers a normal subscription.