R
- 返回值类型@FunctionalInterface public interface Func0<R> extends Serializable
Modifier and Type | Method and Description |
---|---|
R |
call()
执行函数
|
default R |
callWithRuntimeException()
执行函数,异常包装为RuntimeException
|
Copyright © 2024. All rights reserved.