|
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.AndSpec
public class AndSpec extends CompositeSpec
A CompositeSpec which requires all its specs to be true in order to evaluate to true. Uses lazy evaluation.
- The target type for this SpecConstructor Summary | |
AndSpec(Spec... specs)
|
|
AndSpec(Iterable specs)
|
Method Summary | |
---|---|
AndSpec
|
and(Spec... specs)
|
AndSpec
|
and(Closure spec)
|
boolean
|
isSatisfiedBy(Object object)
|
Methods inherited from class CompositeSpec | |
---|---|
equals, getSpecs, hashCode |
Constructor Detail |
---|
public AndSpec(Spec... specs)
public AndSpec(Iterable specs)
Method Detail |
---|
public AndSpec and(Spec... specs)
public AndSpec and(Closure spec)
public boolean isSatisfiedBy(Object object)
Gradle API 1.12