Package org.gradle.api.specs


package org.gradle.api.specs
Classes for defining general purpose criteria.
  • Class
    Description
    A CompositeSpec which requires all its specs to be true in order to evaluate to true.
    A Spec which aggregates a sequence of other Spec instances.
    A Spec implementation which negates another Spec.
    A CompositeSpec which requires any one of its specs to be true in order to evaluate to true.
    Spec<T>
    Represents some predicate against objects of type T.
    Provides a number of Spec implementations.