Groovy Documentation

Package org.gradle.api.specs

Classes for defining general purpose criteria.

 

Interface Summary
Spec Represents some predicate against objects of type T.
 


Class Summary
AndSpec A CompositeSpec which requires all its specs to be true in order to evaluate to true.
CompositeSpec A Spec which aggregates a sequence of other Spec instances.
NotSpec A Spec implementation which negates another Spec.
OrSpec A CompositeSpec which requires any one of its specs to be true in order to evaluate to true.
Specs Provides a number of Spec implementations.
 


Groovy Documentation