Package org.gradle.api.specs
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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionTyped and() method for a singleSpec.static <T> AndSpec<T> empty()findUnsatisfiedSpec(T object) Finds the firstSpecthat is not satisfied by the object.booleanisSatisfiedBy(T object) Methods inherited from class org.gradle.api.specs.CompositeSpecequals, getSpecs, hashCode, isEmpty
- 
Field Details- 
EMPTY
 
- 
- 
Constructor Details- 
AndSpecpublic AndSpec()
- 
AndSpec
- 
AndSpec
 
- 
- 
Method Details