public interface Array_To_Text<T> extends IsTransformer<T[],String>
Transforms the input provided by an array into text using String Templates.
| Modifier and Type | Method and Description |
|---|---|
static <T> Array_To_Text<T> |
create()
Creates a new transformer.
|
default String |
transform(T[] ar)
Transforms from one representation to another.
|
apply, transformdefault String transform(T[] ar)
TransformerTransforms from one representation to another.
transform in interface Transformer<T[],String>ar - input representationstatic <T> Array_To_Text<T> create()
Creates a new transformer.
T - type of the arrayCopyright © 2016–2017. All rights reserved.