Uses of Class
rx.internal.producers.ProducerArbiter
-
Packages that use ProducerArbiter 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 ProducerArbiter in rx.internal.operators
Fields in rx.internal.operators declared as ProducerArbiter Modifier and Type Field Description (package private) ProducerArbiterOnSubscribeConcatMap.ConcatMapSubscriber. arbiterprivate ProducerArbiterOperatorSwitchIfEmpty.AlternateSubscriber. arbiterprivate ProducerArbiterOperatorSwitchIfEmpty.ParentSubscriber. arbiter(package private) ProducerArbiterOperatorTimeoutBase.TimeoutSubscriber. arbiter(package private) ProducerArbiterOperatorRetryWithPredicate.SourceSubscriber. pa(package private) ProducerArbiterOperatorGroupBy.GroupBySubscriber. sConstructors in rx.internal.operators with parameters of type ProducerArbiter Constructor Description AlternateSubscriber(Subscriber<? super T> child, ProducerArbiter arbiter)ParentSubscriber(Subscriber<? super T> child, SerialSubscription ssub, ProducerArbiter arbiter, Observable<? extends T> alternate)SourceSubscriber(Subscriber<? super T> child, Func2<java.lang.Integer,java.lang.Throwable,java.lang.Boolean> predicate, Scheduler.Worker inner, SerialSubscription serialSubscription, ProducerArbiter pa)
-