refCount abstract method

Stream<T> refCount()

Returns a Stream that stays connected to this ConnectableStream as long as there is at least one subscription to this ConnectableStream.

Implementation

Stream<T> refCount();