| Class | Description |
|---|---|
| ExceptionSoftener | |
| Lambda |
Lambda type inferencing helper / curried function creation helper
|
| LazyImmutable<T> |
A class that represents an 'immutable' value that is generated inside a lambda
expression, but is accessible outside it
It will only allow it's value to be set once.
|
| Mutable<T> |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
| Enum | Description |
|---|---|
| ExceptionSoftener.singleton |
| Exception | Description |
|---|---|
| LazyImmutableSetMoreThanOnceException |