Interface CustomArgument.CustomArgumentInfoParser<T,B>

Type Parameters:
T - the type that is returned when applying this parser
Enclosing class:
CustomArgument<T,B>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CustomArgument.CustomArgumentInfoParser<T,B>
A FunctionalInterface that takes in a CustomArgument.CustomArgumentInfo, returns T and can throw a CustomArgument.CustomArgumentException
  • Method Summary

    Modifier and Type
    Method
    Description
    Applies a CustomArgumentInfo input to this custom argument parser