Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean.Expression
Packages that use ValueBoolean.Expression
- 
Uses of ValueBoolean.Expression in com.sap.cloud.sdk.datamodel.odata.client.expression
Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return ValueBoolean.ExpressionModifier and TypeMethodDescriptiondefault ValueBoolean.ExpressionFilterableCollection.all(ValueBoolean operand) Filter by lambda expression "all".static ValueBoolean.ExpressionFilterExpressionCollection.all(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) static ValueBoolean.ExpressionFilterExpressionLogical.and(ValueBoolean operand1, ValueBoolean operand2) default ValueBoolean.ExpressionFilterableCollection.any()Filter by lambda expression "any", for finding non-empty collections.default ValueBoolean.ExpressionFilterableCollection.any(ValueBoolean operand) Filter by lambda expression "any".static ValueBoolean.ExpressionFilterExpressionCollection.any(Expressions.OperandMultiple operand1) Returns aValueBoolean.Expressionthat checks whetheroperand1contains any elements.static ValueBoolean.ExpressionFilterExpressionCollection.any(Expressions.OperandMultiple operand1, ValueBoolean operand2, Predicate<FieldReference> lambdaFieldPredicate) default ValueBoolean.ExpressionFilterableCollection.contains(ValueCollection operand) Filter by expression "contains".default ValueBoolean.ExpressionFilter by expression "contains".static ValueBoolean.ExpressionFilterExpressionCollection.contains(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1containsoperand2("contains").static ValueBoolean.ExpressionFilterExpressionString.contains(ValueString operand1, ValueString operand2) default ValueBoolean.ExpressionFilterableCollection.endsWith(ValueCollection operand) Filter by expression "endsWith".default ValueBoolean.ExpressionFilter by expression "endsWith".static ValueBoolean.ExpressionFilterExpressionCollection.endsWith(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1ends withoperand2("endswith").static ValueBoolean.ExpressionFilterExpressionString.endsWith(ValueString operand1, ValueString operand2) static ValueBoolean.ExpressionFilterExpressionLogical.equalTo(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.ExpressionFilterExpressionLogical.greaterThan(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.ExpressionFilterExpressionLogical.greaterThanEquals(Expressions.Operand operand1, Expressions.Operand operand2) Returns aValueBoolean.Expressionthat checks whetheroperand1is greater than or equal tooperand2("ge").static ValueBoolean.ExpressionFilterExpressionLogical.has(Expressions.OperandSingle operand1, ValueEnum operand2) default ValueBoolean.ExpressionFilterableCollection.hasSubSequence(ValueCollection operand) Filter by expression "hasSubSequence".default ValueBoolean.ExpressionFilterableCollection.hasSubSequence(Iterable<?> operand) Filter by expression "hasSubSequence".static ValueBoolean.ExpressionFilterExpressionCollection.hasSubSequence(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1hasoperand2as a subsequence ("hassubsequence").default ValueBoolean.ExpressionFilterableCollection.hasSubset(ValueCollection operand) Filter by expression "hasSubset".default ValueBoolean.ExpressionFilter by expression "hasSubset".static ValueBoolean.ExpressionFilterExpressionCollection.hasSubset(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1hasoperand2as a subset ("hassubset").static ValueBoolean.ExpressionFilterExpressionLogical.in(Expressions.Operand operand1, Expressions.Operand... operands2) static ValueBoolean.ExpressionFilterExpressionLogical.in(Expressions.Operand operand1, Expressions.OperandMultiple operand2) static ValueBoolean.ExpressionFilterExpressionLogical.lessThan(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.ExpressionFilterExpressionLogical.lessThanEquals(Expressions.Operand operand1, Expressions.Operand operand2) Returns aValueBoolean.Expressionthat checks whetheroperand1is less than or equal tooperand2("le").static ValueBoolean.ExpressionFilterExpressionString.matchesPattern(ValueString operand1, ValueString operand2) Return aValueBoolean.Expressionthat checks whetheroperand1matches the patternoperand2("matchesPattern").static ValueBoolean.ExpressionFilterExpressionLogical.not(ValueBoolean operand) static ValueBoolean.ExpressionFilterExpressionLogical.notEqualTo(Expressions.Operand operand1, Expressions.Operand operand2) static ValueBoolean.ExpressionFilterExpressionLogical.or(ValueBoolean operand1, ValueBoolean operand2) default ValueBoolean.ExpressionFilterableCollection.startsWith(ValueCollection operand) Filter by expression "startsWith".default ValueBoolean.ExpressionFilterableCollection.startsWith(Iterable<?> operand) Filter by expression "startsWith".static ValueBoolean.ExpressionFilterExpressionCollection.startsWith(Expressions.OperandMultiple operand1, Expressions.OperandMultiple operand2) Returns aValueBoolean.Expressionthat checks whether the givenoperand1starts withoperand2("startswith").static ValueBoolean.ExpressionFilterExpressionString.startsWith(ValueString operand1, ValueString operand2) static ValueBoolean.ExpressionFilterExpressionString.substringOf(ValueString operand1, ValueString operand2) Returns aValueBoolean.Expressionthat checks whetheroperand1hasoperand2as a substring ("substringof").