- org.gradle.api.specs.AndSpec
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class CompositeSpec |
equals, getSpecs, hashCode |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Constructor Detail
-
public AndSpec(Spec<? super T>... specs)
-
Method Detail
-
public AndSpec<T> and(groovy.lang.Closure spec)
-
public boolean isSatisfiedBy(T object)
Gradle API 3.0-milestone-1