Class FunctionInfo.Arity
java.lang.Object
se.kuseman.payloadbuilder.api.catalog.FunctionInfo.Arity
- Enclosing class:
- FunctionInfo
Arity definition for functions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FunctionInfo.ArityArity for functions with at least one argumentstatic final FunctionInfo.ArityArity for functions with at least two argumentsstatic final FunctionInfo.ArityArity where the arguments have no limitsstatic final FunctionInfo.ArityArity for functions with one argumentstatic final FunctionInfo.ArityArity for functions with two argumentsstatic final FunctionInfo.ArityArity for functions with no arguments -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_LIMIT
Arity where the arguments have no limits -
ZERO
Arity for functions with no arguments -
ONE
Arity for functions with one argument -
AT_LEAST_ONE
Arity for functions with at least one argument -
TWO
Arity for functions with two arguments -
AT_LEAST_TWO
Arity for functions with at least two arguments
-
-
Constructor Details
-
Arity
public Arity(int min, int max)
-
-
Method Details