Interface ObjectConverter<FROM extends StoredObject,TO extends StoredObject>

Type Parameters:
FROM - From type.
TO - To type.
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 ObjectConverter<FROM extends StoredObject,TO extends StoredObject>
Converter that converts an object instance to another type.
Author:
Syam