| Modifier and Type | Method and Description |
|---|---|
default TO |
apply(FROM f) |
static <T> Skb_Transformer<Object,T> |
CHAIN(Skb_Transformer<Object,T>... transformers)
Chained transformer.
|
TO |
transform(FROM f)
Transforms from one representation to another.
|
TO transform(FROM f)
f - input representationstatic <T> Skb_Transformer<Object,T> CHAIN(Skb_Transformer<Object,T>... transformers)
T - type of the transformation targettransformers - chain of transformers to be usedCopyright © 2010–2015. All rights reserved.