ChainedObservable

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

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.