|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.specs.CompositeSpec org.gradle.api.specs.OrSpec
public class OrSpec extends CompositeSpec
A CompositeSpec which requires any one of its specs to be true in order to evaluate to true. Uses lazy evaluation.
- The target type for this SpecConstructor Summary | |
OrSpec(Spec... specs)
|
|
OrSpec(Iterable specs)
|
Method Summary | |
---|---|
boolean
|
isSatisfiedBy(Object object)
|
Methods inherited from class CompositeSpec | |
---|---|
equals, getSpecs, hashCode |
Constructor Detail |
---|
public OrSpec(Spec... specs)
public OrSpec(Iterable specs)
Method Detail |
---|
public boolean isSatisfiedBy(Object object)
Gradle API 1.12