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