Class ToString
- java.lang.Object
-
- io.virtdata.basicsmappers.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(...).
-
-
Constructor Summary
Constructors Constructor Description ToString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.Object o)
-