A CompositeSpec which requires all its specs to be true in order to evaluate to true. Uses lazy evaluation.
AndSpec (Spec<? super T>... specs)
AndSpec (Iterable<? extends Spec<? super T>> specs)
AndSpec<T>
and(Spec<? super T>... specs)
and(groovy.lang.Closure spec)
int
hashCode()
boolean
isSatisfiedBy(T object)
class CompositeSpec
equals, getSpecs, hashCode
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Gradle API 2.14