Interface ObjectToString<T extends StoredObject>

Type Parameters:
T - Object type.
All Superinterfaces:
Function<T,String>
All Known Implementing Classes:
ObjectToString.O2S
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ObjectToString<T extends StoredObject> extends Function<T,String>
Interface to convert a StoredObject to String.
Author:
Syam