public class MapClosureContext<K,V> extends StackClosureContext<Map<K,V>>
| Constructor and Description |
|---|
MapClosureContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(K key,
V v,
CallableClosure callableClosure) |
Object |
call(Map<K,V> map,
CallableClosure callableClosure) |
V |
get(K key) |
Object |
useRTE(K key,
V v,
CallableClosure callableClosure) |
get, useRTE$getVariant, closureRunpublic Object call(K key, V v, CallableClosure callableClosure) throws Throwable
Throwablepublic Object useRTE(K key, V v, CallableClosure callableClosure)
Copyright © 2020. All rights reserved.