Class Join<T>
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.Join<T>
- All Implemented Interfaces:
Function<Collection<T>,String>
This takes any collection and concatenates the String representation
with a specified delimiter.
-
Constructor Details
-
Join
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<Collection<T>,String>
-