Uses of Class
io.reactivex.rxjava3.internal.operators.flowable.FlowableCache.Node
Packages that use FlowableCache.Node
-
Uses of FlowableCache.Node in io.reactivex.rxjava3.internal.operators.flowable
Fields in io.reactivex.rxjava3.internal.operators.flowable declared as FlowableCache.NodeModifier and TypeFieldDescription(package private) final FlowableCache.Node
<T> FlowableCache.head
The starting point of the cached items.(package private) FlowableCache.Node
<T> FlowableCache.Node.next
The next node if not null.(package private) FlowableCache.Node
<T> FlowableCache.CacheSubscription.node
(package private) FlowableCache.Node
<T> FlowableCache.tail
The current tail of the linked structure holding the items.