public static interface CheckedUtil.Func1Rt<P,R> extends Func1<P,R>
| Modifier and Type | Method and Description |
|---|---|
R |
call(P parameter)
执行函数
|
callWithRuntimeExceptionR call(P parameter) throws RuntimeException
Func1call in interface Func1<P,R>parameter - 参数RuntimeExceptionCopyright © 2025. All rights reserved.