public class PublisherAdapter<T>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
Constructor and Description |
---|
PublisherAdapter(rx.Observable<T> observable) |
Modifier and Type | Method and Description |
---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |