- org.gradle.api.specs.NotSpec
-
-
Constructor Summary
Constructors
Constructor and description |
NotSpec
(Spec<? super T> sourceSpec)
|
-
Methods Summary
Methods
Type |
Name and description |
boolean |
isSatisfiedBy(T element)
|
-
Inherited Methods Summary
-
-
Constructor Detail
-
public NotSpec(Spec<? super T> sourceSpec)
-
Method Detail
-
public boolean isSatisfiedBy(T element)
Gradle API 2.2-20140924021627+0000