Uses of Class
io.reactivex.rxjava3.internal.operators.flowable.FlowableReplay.InnerSubscription
Packages that use FlowableReplay.InnerSubscription
-
Uses of FlowableReplay.InnerSubscription in io.reactivex.rxjava3.internal.operators.flowable
Fields in io.reactivex.rxjava3.internal.operators.flowable declared as FlowableReplay.InnerSubscriptionModifier and TypeFieldDescription(package private) static final FlowableReplay.InnerSubscription[]FlowableReplay.ReplaySubscriber.EMPTYIndicates an empty array of inner subscriptions.(package private) static final FlowableReplay.InnerSubscription[]FlowableReplay.ReplaySubscriber.TERMINATEDIndicates a terminated ReplaySubscriber.Methods in io.reactivex.rxjava3.internal.operators.flowable with parameters of type FlowableReplay.InnerSubscriptionModifier and TypeMethodDescription(package private) booleanFlowableReplay.ReplaySubscriber.add(FlowableReplay.InnerSubscription<T> producer) Atomically try adding a new InnerSubscription to this Subscriber or return false if this Subscriber was terminated.(package private) voidFlowableReplay.ReplaySubscriber.remove(FlowableReplay.InnerSubscription<T> p) Atomically removes the given InnerSubscription from the subscribers array.final voidFlowableReplay.BoundedReplayBuffer.replay(FlowableReplay.InnerSubscription<T> output) voidFlowableReplay.ReplayBuffer.replay(FlowableReplay.InnerSubscription<T> output) Tries to replay the buffered values to the subscriber inside the output if there is new value and requests available at the same time.voidFlowableReplay.UnboundedReplayBuffer.replay(FlowableReplay.InnerSubscription<T> output)