| Class | Description |
|---|---|
| Lazy<T> |
A wrapper which lazily-initializes an object using the given supplier.
|
| LongLongTuple2 |
Copy of Reactor's Tuple2 but accepting two longs.
|
| LongObjTuple2<T> |
Copy of Reactor's Tuple2 but accepting a long as the first object.
|
| MappingIterable<I,O> |
This class is an iterable which lazily maps an input type to an output type from a provided iterable.
|
| StoreContext |
This is a simple context object, containing various information about the environment the store is being
invoked in.
|
| WithinRangePredicate<T extends Comparable<T>> |
This is a predicate implementation which tests whether a provided object is within range of the starting and
ending objects.
|
Store related classes.