Uses of Class
rx.internal.operators.OperatorSwitch.SwitchSubscriber
-
Packages that use OperatorSwitch.SwitchSubscriber 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 OperatorSwitch.SwitchSubscriber in rx.internal.operators
Fields in rx.internal.operators declared as OperatorSwitch.SwitchSubscriber Modifier and Type Field Description private OperatorSwitch.SwitchSubscriber<T>
OperatorSwitch.InnerSubscriber. parent
Constructors in rx.internal.operators with parameters of type OperatorSwitch.SwitchSubscriber Constructor Description InnerSubscriber(long id, OperatorSwitch.SwitchSubscriber<T> parent)
-