Interface ArgumentMapper<N,T>
- Type Parameters:
N- native value typeT- mapped result type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converts a value parsed by a native argument type into a custom result type.
- Since:
- 0.1.0
-
Method Summary
-
Method Details
-
map
-