public interface ClosureContext<T>
| Modifier and Type | Method and Description |
|---|---|
Object |
call(T var,
CallableClosure callable) |
T |
get() |
Object |
useRTE(T var,
CallableClosure callableClosure)
如果运行有异常,则转为运行期异常
|
T get()
Object call(T var, CallableClosure callable) throws Throwable
ThrowableObject useRTE(T var, CallableClosure callableClosure)
var - callableClosure - Copyright © 2020. All rights reserved.