Class ToString
- java.lang.Object
-
- io.virtdata.libbasics.shared.unary_string.ToString
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.Object,java.lang.String>
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.
-
-
Constructor Summary
Constructors Constructor Description ToString()
-
Method Summary
Modifier and Type Method Description java.lang.Stringapply(java.lang.Object o)
-