public interface StrBuilder_To_String extends IsTransformer<StrBuilder,String>
Converts an StrBuilder to a string.
This transformer is useful to transform a cluster of StrBuilder to a cluster of strings.
| Modifier and Type | Method and Description |
|---|---|
static StrBuilder_To_String |
create()
Creates a transformer that takes an
StrBuilder and returns a string. |
default String |
transform(StrBuilder sb)
Transforms from one representation to another.
|
apply, transformdefault String transform(StrBuilder sb)
TransformerTransforms from one representation to another.
transform in interface Transformer<StrBuilder,String>sb - input representationstatic StrBuilder_To_String create()
Creates a transformer that takes an StrBuilder and returns a string.
Copyright © 2016–2017. All rights reserved.