See: Description
Interface | Description |
---|---|
ListoidFormatter<T> |
Used for creating a collection of formats from a collection
of things, writing an expression in a pure functional style.
|
MapoidFormatter<D,R> |
Used for creating a collection of formats from a collection
of map entries, writing an expression in a pure functional style.
|
Class | Description |
---|---|
TryerCatcher |
Runtime class which realizes the "
? " construct, called from
generated, format generating code. |
Exception | Description |
---|---|
TakeAlternativeException |
Runtime class for formatting visitors, thrown out of an expression
on the left side of a "?" operator, iff the right side shall be taken instead.
|
see also the complete user documentation .