| Constructor and description |
|---|
BooleanClosureWrapper(Closure wrapped) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
call(Object args)Normal closure call with boolean conversion. |
<K, V> |
public boolean |
callForMap(Map.Entry<K, V> entry)Bridge for a call based on a map entry. |
Normal closure call with boolean conversion.
Bridge for a call based on a map entry. If the call is done on a Closure taking one argument, then we give in the Map.Entry, otherwise we will give in the key and value.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.