| Backed<T> |
|
| Collected<Value,Collection extends java.util.Collection<Value>> |
A Single holding the collected values of an Iterable.
|
| DelegatingSingle<T> |
|
| Digest |
A Single of a byte array which represents the digested value of the given input data.
|
| Frozen<T> |
Single decorator that queries the delegate only once and returns the same value instance ever after.
|
| Hex |
The Single of a hexadecimal representation of a Single array of bytes.
|
| Just<T> |
The most simple Single there is.
|
| Reduced<Value,Result> |
The Single value of a reduced Iterable.
|
| Unchecked<T,E extends java.lang.Exception> |
A Fragile to Single adapter which throws an unchecked Exception if the fragile delegate is broken.
|