Class BooleanClosurePredicate<T>
java.lang.Object
org.codehaus.groovy.runtime.callsite.BooleanClosurePredicate<T>
- All Implemented Interfaces:
Predicate<T>
Helper class for internal use only.
This creates a Predicate by calling a
Closure
and converting the result to a boolean.
BooleanReturningMethodInvoker
is used for caching.