public class ToString
extends java.lang.Object
implements java.util.function.Function<java.lang.Object,java.lang.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.