| Interface | Description |
|---|---|
| Cloned<This extends Cloned<This>> |
A cloned interface is a interface that is used to create cloned objects.
|
| Keyed<T> |
A keyed interface is a interface that is used to create keyed objects.
|
| Class | Description |
|---|---|
| Lazy<T> |
A lazy is a class that is used to create lazy objects.
|
| Pair<F,S> |
A pair is a class that is used to create pairs of objects.
|
| Preconditions |
A utility class for preconditions.
|
| Reflection |
A utility class for reflection.
|