T
- The target type for this Specpublic class OrSpec<T> extends CompositeSpec<T>
CompositeSpec
which requires any one of its specs to be true in order to evaluate to
true. Uses lazy evaluation.コンストラクタと説明 |
---|
OrSpec(Iterable<? extends Spec<? super T>> specs) |
OrSpec(Spec<? super T>... specs) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
isSatisfiedBy(T object) |
equals, getSpecs, hashCode