Uses of Class
rx.internal.operators.OnSubscribeSingle
-
Packages that use OnSubscribeSingle Package Description rx.internal.operators Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner. -
-
Uses of OnSubscribeSingle in rx.internal.operators
Methods in rx.internal.operators that return OnSubscribeSingle Modifier and Type Method Description static <T> OnSubscribeSingle<T>
OnSubscribeSingle. create(Observable<T> observable)
-