Uses of Class
rx.internal.operators.OnSubscribePublishMulticast
-
Packages that use OnSubscribePublishMulticast 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 OnSubscribePublishMulticast in rx.internal.operators
Fields in rx.internal.operators declared as OnSubscribePublishMulticast Modifier and Type Field Description (package private) OnSubscribePublishMulticast<T>OnSubscribePublishMulticast.PublishProducer. parentThe parent object to request draining or removal.(package private) OnSubscribePublishMulticast<T>OnSubscribePublishMulticast.ParentSubscriber. stateThe reference to the parent state where the events are forwarded to.Constructors in rx.internal.operators with parameters of type OnSubscribePublishMulticast Constructor Description ParentSubscriber(OnSubscribePublishMulticast<T> state)PublishProducer(Subscriber<? super T> actual, OnSubscribePublishMulticast<T> parent)
-