@Beta public interface FilterableComparisonRelative extends Expressions.Operand
NULL
Modifier and Type | Method and Description |
---|---|
default ValueBoolean |
greaterThan(Expressions.Operand operand)
Filter by expression "gt".
|
default ValueBoolean |
greaterThan(Object operand)
Filter by expression "gt".
|
default ValueBoolean |
greaterThanEqual(Expressions.Operand operand)
Filter by expression "ge".
|
default ValueBoolean |
greaterThanEqual(Object operand)
Filter by expression "ge".
|
default ValueBoolean |
lessThan(Expressions.Operand operand)
Filter by expression "lt".
|
default ValueBoolean |
lessThan(Object operand)
Filter by expression "lt".
|
default ValueBoolean |
lessThanEqual(Expressions.Operand operand)
Filter by expression "le".
|
default ValueBoolean |
lessThanEqual(Object operand)
Filter by expression "le".
|
getExpression, getExpression
@Nonnull default ValueBoolean lessThan(@Nonnull Expressions.Operand operand)
operand
- The generic operand to compare with.@Nonnull default ValueBoolean lessThan(@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 lessThanEqual(@Nonnull Expressions.Operand operand)
operand
- The generic operand to compare with.@Nonnull default ValueBoolean lessThanEqual(@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 greaterThan(@Nonnull Expressions.Operand operand)
operand
- The generic operand to compare with.@Nonnull default ValueBoolean greaterThan(@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 greaterThanEqual(@Nonnull Expressions.Operand operand)
operand
- The generic operand to compare with.@Nonnull default ValueBoolean greaterThanEqual(@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.