| Interface | Description |
|---|---|
| Array_To_Collection |
Transforms input provided by an
array into a collection of given type. |
| Array_To_Text<T> |
Transforms the input provided by an
array into text using String Templates. |
| ClusterElementTransformer |
A transformer for clusters (iterable, iterator, array) to collections with transformations on each element of the input group.
|
| Collection_To_FirstElement<T> |
Takes a collection of things and returns the first non-null element of it.
|
| Integer_To_RomanLiteral |
Takes an integer and returns a Roman number literal using upper case ASCII characters.
|
| IsTransformer<FROM,TO> |
Category of objects that represent a transformer.
|
| IsTransformerArray<FROM,TO> |
Category of objects that represent a transformer array.
|
| Iterable_To_Collection |
Transforms input provided by an
iterable into a collection of given type. |
| Iterable_To_Text<T> |
Transforms the input provided by an
iterable into text using String Templates. |
| Iterator_To_Collection |
Transforms input provided by an
iterator into a collection of given type. |
| Iterator_To_Text<T> |
Transforms the input provided by an
iterator into text using String Templates. |
| Map_To_Text |
Transforms a map into (well-formatted) text.
|
| Object_To_StrBuilder |
A null-safe transformer that takes an object and tries return a
StrBuilder using various strategies. |
| Object_To_Target<T> |
Converts an Object to a target type with several settings, for instance for null value and false value.
|
| StrBuilder_To_String |
Converts an
StrBuilder to a string. |
| String_To_Boolean |
Converts a String to a Boolean.
|
| String_To_ConditionalBreak |
Converts a String to a String array processing conditional line breaks.
|
| Transformer<FROM,TO> |
Standard transformer transforming FROM to TO with or with a predicate.
|
| TransformerArray<FROM,TO> |
A transformer that uses an array of transformers for transformation,
first transformer that does something matches.
|
Things that “are” transformers.
Copyright © 2016–2017. All rights reserved.