Uses of Class
rx.internal.operators.OnSubscribeSingle
Packages that use OnSubscribeSingle
Package
Description
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 OnSubscribeSingleModifier and TypeMethodDescriptionstatic <T> OnSubscribeSingle
<T> OnSubscribeSingle.create
(Observable<T> observable)