Class AndSpec<T>
java.lang.Object
org.gradle.api.specs.CompositeSpec<T>
org.gradle.api.specs.AndSpec<T>
- Type Parameters:
T- The target type for this Spec
- All Implemented Interfaces:
Spec<T>
A
CompositeSpec which requires all its specs to be true in order to evaluate to true.
Uses lazy evaluation.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CompositeSpec
equals, getSpecs, isEmpty
-
Field Details
-
EMPTY
-
-
Constructor Details
-
AndSpec
public AndSpec() -
AndSpec
-
AndSpec
-
-
Method Details
-
isSatisfiedBy
-
and
-
and
-
and
-
empty
-
hashCode
public int hashCode()- Overrides:
hashCodein classCompositeSpec<T>
-