ExpressionFunctionParameterKind should be an interface with test and map methods.
mP1 opened this issue · 0 comments
mP1 commented
ExpressionFunctionParameterKind {
Object map(Object value, ExpressionEvaluationContext context);
boolean test(Object value, ExpressionEvaluationContext context);
}
each kind also needs a priority to support sorting...