public interface ClosureContext<T>
| Modifier and Type | Method and Description |
|---|---|
Object |
call(T var,
CallableClosure callable) |
T |
get() |
T |
get(T defaultValue) |
Object |
run(T var,
Closure runnable)
Deprecated.
|
Copyright © 2018. All rights reserved.