Uses of Class
rx.internal.operators.OperatorSingle
Packages that use OperatorSingle
Package
Description
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 OperatorSingleModifier and TypeFieldDescription(package private) static final OperatorSingle<?> OperatorSingle.Holder.INSTANCEMethods in rx.internal.operators that return OperatorSingleModifier and TypeMethodDescriptionstatic <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.