A FunctionalInterface that takes in a CustomArgumentInfo
, returns T and can throw a CustomArgumentException
.
More...
|
T | apply (CustomArgumentInfo< B > info) throws CustomArgumentException |
| Applies a CustomArgumentInfo input to this custom argument parser. More...
|
|
A FunctionalInterface that takes in a CustomArgumentInfo
, returns T and can throw a CustomArgumentException
.
- Parameters
-
<T> | the type that is returned when applying this parser |
◆ apply()
Applies a CustomArgumentInfo input to this custom argument parser.
- Parameters
-
info | the custom argument info to apply to this parser |
- Returns
- the applied output represented by this FunctionalInterface
- Exceptions
-