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