- Type Parameters:
SOURCE
- type of the supported sourceTARGET
- type of the supported target
- All Superinterfaces:
Function<SOURCE,
TARGET>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A generic and general approach to mapping two types.
A mapper is unidirectional - from
SOURCE
to TARGET
.-
Method Summary