Uses of Class
rx.internal.operators.OnSubscribeAmb.AmbSubscriber
Packages that use OnSubscribeAmb.AmbSubscriber
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of OnSubscribeAmb.AmbSubscriber in rx.internal.operators
Fields in rx.internal.operators with type parameters of type OnSubscribeAmb.AmbSubscriberModifier and TypeFieldDescription(package private) final Collection
<OnSubscribeAmb.AmbSubscriber<T>> OnSubscribeAmb.Selection.ambSubscribers
(package private) final AtomicReference
<OnSubscribeAmb.AmbSubscriber<T>> OnSubscribeAmb.Selection.choice
Methods in rx.internal.operators with parameters of type OnSubscribeAmb.AmbSubscriberModifier and TypeMethodDescriptionvoid
OnSubscribeAmb.Selection.unsubscribeOthers
(OnSubscribeAmb.AmbSubscriber<T> notThis) Method parameters in rx.internal.operators with type arguments of type OnSubscribeAmb.AmbSubscriberModifier and TypeMethodDescription(package private) static <T> void
OnSubscribeAmb.unsubscribeAmbSubscribers
(Collection<OnSubscribeAmb.AmbSubscriber<T>> ambSubscribers)