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