Uses of Class
rx.internal.operators.OperatorReplay.Node
Packages that use OperatorReplay.Node
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of OperatorReplay.Node in rx.internal.operators
Fields in rx.internal.operators declared as OperatorReplay.NodeModifier and TypeFieldDescription(package private) OperatorReplay.Node
OperatorReplay.BoundedReplayBuffer.tail
Methods in rx.internal.operators that return OperatorReplay.NodeModifier and TypeMethodDescription(package private) OperatorReplay.Node
OperatorReplay.BoundedReplayBuffer.getInitialHead()
Returns the current head for initializing the replay location for a new subscriber.(package private) OperatorReplay.Node
OperatorReplay.SizeAndTimeBoundReplayBuffer.getInitialHead()
Methods in rx.internal.operators with parameters of type OperatorReplay.NodeModifier and TypeMethodDescription(package private) final void
OperatorReplay.BoundedReplayBuffer.addLast
(OperatorReplay.Node n) Add a new node to the linked list.(package private) final void
OperatorReplay.BoundedReplayBuffer.setFirst
(OperatorReplay.Node n) Arranges the given node is the new head from now on.