We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7361f commit 63ae2b1Copy full SHA for 63ae2b1
rxjava-core/src/main/java/rx/observables/ConnectableObservable.java
@@ -61,6 +61,7 @@ public Observable<T> refCount() {
61
* Returns an observable sequence that stays connected to the source as long
62
* as there is at least one subscription to the observable sequence.
63
* @return a {@link Observable}
64
+ * @param that a {@link ConnectableObservable}
65
*/
66
public static <T> Observable<T> refCount(ConnectableObservable<T> that) {
67
return Observable.create(OperationRefCount.refCount(that));
0 commit comments