T - the value typepublic final class PublisherRefCount<T>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
PublisherRefCount(ConnectableObservable<? extends T> source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> subscriber) |
public PublisherRefCount(ConnectableObservable<? extends T> source)
source - observable to apply ref count to