-
- 类型参数:
T
- 泛型
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@ClassDepends @FunctionalInterface public interface ThrowSupplier<T>
抛异常版的Supplier详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
T
- 泛型@ClassDepends @FunctionalInterface public interface ThrowSupplier<T>
详情见: https://redkale.org