Uses of Class
rx.internal.operators.OperatorReplay.Node
-
Packages that use OperatorReplay.Node 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 OperatorReplay.Node in rx.internal.operators
Fields in rx.internal.operators declared as OperatorReplay.Node Modifier and Type Field Description (package private) OperatorReplay.Node
OperatorReplay.BoundedReplayBuffer. tail
Methods in rx.internal.operators that return OperatorReplay.Node Modifier and Type Method Description (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.Node Modifier and Type Method Description (package private) void
OperatorReplay.BoundedReplayBuffer. addLast(OperatorReplay.Node n)
Add a new node to the linked list.(package private) void
OperatorReplay.BoundedReplayBuffer. setFirst(OperatorReplay.Node n)
Arranges the given node is the new head from now on.
-