Package org.codehaus.groovy.runtime
Class BooleanClosureForMapPredicate<K,V>
java.lang.Object
org.codehaus.groovy.runtime.BooleanClosureForMapPredicate<K,V>
Adapts a
Closure to a Predicate over Map.Entry values.
If the closure takes two parameters, the key and value are passed separately;
otherwise the Map.Entry itself is passed.- Since:
- 6.0.0