Class ToString

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_string.ToString
All Implemented Interfaces:
Function<Object,String>

public class ToString extends Object implements Function<Object,String>
Converts the input to the most obvious string representation with String.valueOf(...). Forms which accept a function will evaluate that function first and then apply String.valueOf() to the result.