| ConnectableObservable<T> | A ConnectableObservableresembles an ordinaryObservable, except that it does not begin
 emitting items when it is subscribed to, but only when itsconnect()method is called. | 
| GroupedObservable<K, T> | An Observablethat has been grouped by key, the value of which can be obtained withgetKey(). |