@Beta
public interface FilterExpressionLogical
@Nonnull static ValueBoolean.Expression equalTo(@Nonnull Expressions.Operand operand1, @Nonnull Expressions.Operand operand2)
@Nonnull static ValueBoolean.Expression notEqualTo(@Nonnull Expressions.Operand operand1, @Nonnull Expressions.Operand operand2)
@Nonnull static ValueBoolean.Expression greaterThan(@Nonnull Expressions.Operand operand1, @Nonnull Expressions.Operand operand2)
@Nonnull static ValueBoolean.Expression greaterThanEquals(@Nonnull Expressions.Operand operand1, @Nonnull Expressions.Operand operand2)
@Nonnull static ValueBoolean.Expression lessThan(@Nonnull Expressions.Operand operand1, @Nonnull Expressions.Operand operand2)
@Nonnull static ValueBoolean.Expression lessThanEquals(@Nonnull Expressions.Operand operand1, @Nonnull Expressions.Operand operand2)
@Nonnull static ValueBoolean.Expression and(@Nonnull ValueBoolean operand1, @Nonnull ValueBoolean operand2)
@Nonnull static ValueBoolean.Expression or(@Nonnull ValueBoolean operand1, @Nonnull ValueBoolean operand2)
@Nonnull static ValueBoolean.Expression not(@Nonnull ValueBoolean operand)
@Nonnull static ValueBoolean.Expression has(@Nonnull Expressions.OperandSingle operand1, @Nonnull ValueEnum operand2)
Copyright © 2020 SAP SE. All rights reserved.