Uses of Class
rx.internal.operators.OperatorSingle
-
Packages that use OperatorSingle 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 OperatorSingle in rx.internal.operators
Fields in rx.internal.operators declared as OperatorSingle Modifier and Type Field Description (package private) static OperatorSingle<?>
OperatorSingle.Holder. INSTANCE
Methods in rx.internal.operators that return OperatorSingle Modifier and Type Method Description static <T> OperatorSingle<T>
OperatorSingle. instance()
Returns a singleton instance of OperatorSingle (if the stream is empty or has more than one element an error will be emitted) that is cast to the generic type.
-