Uses of Class
org.apache.qpid.server.query.engine.validation.FunctionParameterTypePredicate
-
-
Uses of FunctionParameterTypePredicate in org.apache.qpid.server.query.engine.parsing.expression.function
Methods in org.apache.qpid.server.query.engine.parsing.expression.function with parameters of type FunctionParameterTypePredicate Modifier and Type Method Description protected <X,Y>
YAbstractFunctionExpression. evaluateChild(int index, X value, FunctionParameterTypePredicate<Y> typePredicate)Evaluates child expression against the value supplied and validates the result against the validator -
Uses of FunctionParameterTypePredicate in org.apache.qpid.server.query.engine.parsing.expression.function.aggregation
Methods in org.apache.qpid.server.query.engine.parsing.expression.function.aggregation with parameters of type FunctionParameterTypePredicate Modifier and Type Method Description protected java.util.List<?>AbstractAggregationExpression. getArguments(java.util.List<T> items, FunctionParameterTypePredicate<java.lang.Object> _typeValidator)Evaluates and validates input collection values -
Uses of FunctionParameterTypePredicate in org.apache.qpid.server.query.engine.validation
Methods in org.apache.qpid.server.query.engine.validation that return FunctionParameterTypePredicate Modifier and Type Method Description FunctionParameterTypePredicate<T>FunctionParameterTypePredicate.Builder. build()
-