Interface Mapper.BiMapper<S,T>

Type Parameters:
S - the source type
T - the target type
All Superinterfaces:
Mapper<S,T>
Enclosing interface:
Mapper<S,T>

public static non-sealed interface Mapper.BiMapper<S,T> extends Mapper<S,T>
A subtype of Mapper that can convert the source type S into the target type T, but can also convert the target type T back into the source type S.