Package org.gradle.api.specs
Class OrSpec<T>
java.lang.Object
org.gradle.api.specs.CompositeSpec<T>
org.gradle.api.specs.OrSpec<T>
- Type Parameters:
- T- The target type for this Spec
- All Implemented Interfaces:
- Spec<T>
A 
CompositeSpec which requires any one of its specs to be true in order to evaluate to
 true. Uses lazy evaluation.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.gradle.api.specs.CompositeSpecequals, getSpecs, hashCode, isEmpty
- 
Field Details- 
EMPTY
 
- 
- 
Constructor Details- 
OrSpecpublic OrSpec()
- 
OrSpec
- 
OrSpec
 
- 
- 
Method Details- 
isSatisfiedBy
- 
or
- 
empty
 
-