public final class ClosureNegationPredicate extends java.lang.Object implements Ops.Predicate<java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
private groovy.lang.Closure |
code |
| Constructor and Description |
|---|
ClosureNegationPredicate(groovy.lang.Closure code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
op(java.lang.Object o) |
public ClosureNegationPredicate(groovy.lang.Closure code)
public boolean op(java.lang.Object o)
op in interface Ops.Predicate<java.lang.Object>