Package org.gradle.api.specs
Class NotSpec<T>
java.lang.Object
org.gradle.api.specs.NotSpec<T>
- Type Parameters:
- T- The target type for this Spec
- All Implemented Interfaces:
- Spec<T>
A 
Spec implementation which negates another Spec.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
NotSpec
 
- 
- 
Method Details- 
isSatisfiedBy- Specified by:
- isSatisfiedByin interface- Spec<T>
 
 
-