See: Description
Class | Description |
---|---|
CircularBuffer<T> |
A simple circular buffer with absolute indices.
|
IxHelperFunctions |
Helper class with function types.
|
LinkedBuffer<T> |
A linked buffer, which can be only filled and queried.
|
LinkedBuffer.N<T> |
The node.
|
ObservableToIterableAdapter<T,U> |
Base class to help receive values from an observable sequence
through customizable iterator and observer.
|
ObserverToIteratorSink<T,U> |
Base class to help transition from reactive to interactive
world.
|
SingleContainer<T> |
Helper class that stores a single element.
|
SingleOption<T> |
Container that may contain a single value or an exception, but not both.
|