public static interface CheckedUtil.FuncRt<P,R> extends Func<P,R>
| Modifier and Type | Method and Description |
|---|---|
R |
call(P... parameters)
执行函数
|
callWithRuntimeExceptionR call(P... parameters) throws RuntimeException
Funccall in interface Func<P,R>parameters - 参数列表RuntimeExceptionCopyright © 2025. All rights reserved.