Interface ExceptionUtil.CheckedSupplier<T>
- Type Parameters:
T- return type - 返回值类型
- All Superinterfaces:
CheckedSupplier<T>
- Enclosing class:
ExceptionUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="1.0.3",
forRemoval=true)
@FunctionalInterface
public static interface ExceptionUtil.CheckedSupplier<T>
extends CheckedSupplier<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated bridge interface for backward compatibility
已弃用的桥接接口,用于向后兼容
Use CheckedSupplier instead.
请使用 CheckedSupplier 替代。
- Since:
- JDK 25, opencode-base-core V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Methods inherited from interface CheckedSupplier
get, getOrDefault, getQuietly, unchecked
CheckedSupplierinstead. Will be removed in a future version. 自 1.0.3 起弃用,请使用CheckedSupplier替代, 将在未来版本中移除。