package

io.reactivex.observables

Classes supporting the Observable base reactive class: connectable and grouped observables.

Classes

ConnectableObservable<T> A ConnectableObservable resembles an ordinary Observable, except that it does not begin emitting items when it is subscribed to, but only when its connect() method is called. 
GroupedObservable<K, T> An Observable that has been grouped by key, the value of which can be obtained with getKey()