@Beta public interface FilterableComparisonAbsolute extends Expressions.Operand
NULL
Modifier and Type | Method and Description |
---|---|
default ValueBoolean |
equalTo(Expressions.Operand operand)
Filter by expression "eq".
|
default ValueBoolean |
equalTo(Object operand)
Filter by expression "eq".
|
default ValueBoolean |
notEqualTo(Expressions.Operand operand)
Filter by expression "ne".
|
default ValueBoolean |
notEqualTo(Object operand)
Filter by expression "ne".
|
getExpression, getExpression
@Nonnull default ValueBoolean equalTo(@Nonnull Expressions.Operand operand)
operand
- The generic operand to compare with.@Nonnull default ValueBoolean equalTo(@Nonnull Object operand)
operand
- The generic object to compare with.IllegalArgumentException
- When there is no mapping found for the provided Java literal.@Nonnull default ValueBoolean notEqualTo(@Nonnull Expressions.Operand operand)
operand
- The generic operand to compare with.@Nonnull default ValueBoolean notEqualTo(@Nonnull Object operand)
operand
- The generic object to compare with.IllegalArgumentException
- When there is no mapping found for the provided Java literal.Copyright © 2021 SAP SE. All rights reserved.