- Type Parameters:
I - The type of the object to convert.
O - The type of object to convert to.
- All Superinterfaces:
- AtlanticFunction<I,Supplier<O>>, AtlanticLambda, Function<I,O>
- 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 Parser<I,O>
extends Function<I,O>
Interface for classes that convert from one type of object to another.