S - the type of the scalar values (elements of the field)public class QuantityPedicateRepository<S>
extends java.lang.Object
| Constructor and Description |
|---|
QuantityPedicateRepository(QuantityEnvironment<S> environment) |
| Modifier and Type | Method and Description |
|---|---|
BinaryPredicate<QuantifiedValue<S>> |
greater() |
BinaryPredicate<QuantifiedValue<S>> |
less() |
public QuantityPedicateRepository(QuantityEnvironment<S> environment)
public BinaryPredicate<QuantifiedValue<S>> less()
public BinaryPredicate<QuantifiedValue<S>> greater()