Package | Description |
---|---|
org.seedstack.business.specification |
Provides classes, interfaces and annotations to create composite specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
GreaterThanSpecification<T extends Comparable<? super T>>
A specification satisfied only when the candidate value is greater than the expected value
according to
Comparable.compareTo(Object) . |
class |
LessThanSpecification<T extends Comparable<? super T>>
A specification satisfied only when the candidate value is less than the expected value according
to
Comparable.compareTo(Object) . |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.