static ValueBoolean.Expression |
FilterExpressionCollection.all(Expressions.OperandMultiple operand1,
ValueBoolean operand2,
Predicate<FieldReference> lambdaFieldPredicate,
String lambdaFieldPrefix) |
static ValueBoolean.Expression |
FilterExpressionCollection.any(Expressions.OperandMultiple operand1) |
static ValueBoolean.Expression |
FilterExpressionCollection.any(Expressions.OperandMultiple operand1,
ValueBoolean operand2,
Predicate<FieldReference> lambdaFieldPredicate,
String lambdaFieldPrefix) |
static ValueCollection.Expression |
FilterExpressionCollection.concat(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
static ValueBoolean.Expression |
FilterExpressionCollection.contains(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
static ValueBoolean.Expression |
FilterExpressionCollection.endsWith(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
static ValueBoolean.Expression |
FilterExpressionCollection.hasSubSequence(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
static ValueBoolean.Expression |
FilterExpressionCollection.hasSubset(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
static ValueNumeric.Expression |
FilterExpressionCollection.indexOf(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
static ValueNumeric.Expression |
FilterExpressionCollection.length(Expressions.OperandMultiple operand) |
static ValueBoolean.Expression |
FilterExpressionCollection.startsWith(Expressions.OperandMultiple operand1,
Expressions.OperandMultiple operand2) |
static ValueCollection.Expression |
FilterExpressionCollection.substring(Expressions.OperandMultiple operand1,
ValueNumeric operand2) |
static ValueCollection.Expression |
FilterExpressionCollection.substring(Expressions.OperandMultiple operand1,
ValueNumeric operand2,
ValueNumeric operand3) |