ResultConverter
A functional interface for converting a value of type T to type R.
This is used internally by DevCoreArgumentType to transform parsed argument values.
Type Parameters
T
the input type
R
the output type
A functional interface for converting a value of type T to type R.
This is used internally by DevCoreArgumentType to transform parsed argument values.
the input type
the output type