| Class | Description |
|---|---|
| DelegatingOptional<T> | Deprecated
in favour of
DelegatingOptional. |
| Filtered<T> |
Optional decorator that is present if the delegate is present and its value fulfils the filter condition. |
| Mapped<From,To> | Deprecated
use
Mapped instead |
| Sieved<T> | Deprecated
in favour of
Sieved. |