S
- the type of the scalar valuespublic class OngoingQuantifiedScalarBinaryPredicate<S>
extends java.lang.Object
Constructor and Description |
---|
OngoingQuantifiedScalarBinaryPredicate(QuantityPedicateRepository<S> pseudoField,
QuantifiedValue<S> left) |
Modifier and Type | Method and Description |
---|---|
boolean |
isGreaterThan(QuantifiedValue<S> right) |
boolean |
isLessThan(QuantifiedValue<S> right) |
public OngoingQuantifiedScalarBinaryPredicate(QuantityPedicateRepository<S> pseudoField, QuantifiedValue<S> left)
public boolean isLessThan(QuantifiedValue<S> right)
public boolean isGreaterThan(QuantifiedValue<S> right)