|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.specs.CompositeSpec<T>
org.gradle.api.specs.OrSpec<T>
T - The target type for this Specpublic class OrSpec<T>
A CompositeSpec which requires any one of its specs to be true in order to evaluate to
true. Uses lazy evaluation.
| Constructor Summary | |
|---|---|
OrSpec(Spec<? super T>... specs)
|
|
| Method Summary | |
|---|---|
boolean |
isSatisfiedBy(T object)
|
| Methods inherited from class org.gradle.api.specs.CompositeSpec |
|---|
equals, getSpecs, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrSpec(Spec<? super T>... specs)
| Method Detail |
|---|
public boolean isSatisfiedBy(T object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||