| Interface | Description |
|---|---|
| Action<T> | |
| Function<T,R> | |
| Mutator<T> |
Represents an operation that accepts a single input argument, mutate it and returns no result
|
| Class | Description |
|---|---|
| Functions | |
| Optional<T> |
An immutable object that may contain a non-null reference to another object.
|
| UnmodifiableMapBuilder<K,V> | |
| Utils |
Contains utility methods for checking Preconditions
|