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