toOrNull
Convert the value to a specific type (using a CommanderValueTransformer) or null
Return
the transformed value or null
Since
0.1.0
Parameters
T
the type of the value
valueTransformer
the CommanderValueTransformer to use
See also
Convert the value to a specific type (using a CommanderValueTransformerLambda) or null
Return
the transformed value or null
Since
0.1.0
Parameters
T
the type of the value
valueTransformer
the CommanderValueTransformerLambda to use