@Deprecated @FunctionalInterface public interface StringifierIF<T> extends Function<T,String>
Modifier and Type | Method and Description |
---|---|
default String |
apply(T t)
Deprecated.
|
String |
toString(T object)
Deprecated.
Returns a stringified version of the object, i.e.
|