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