Interface ExceptionUtil.CheckedRunnable
- All Superinterfaces:
CheckedRunnable
- 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.CheckedRunnable
extends CheckedRunnable
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated bridge interface for backward compatibility
已弃用的桥接接口,用于向后兼容
Use CheckedRunnable instead.
请使用 CheckedRunnable 替代。
- Since:
- JDK 25, opencode-base-core V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Methods inherited from interface CheckedRunnable
andThen, run, runQuietly, unchecked
CheckedRunnableinstead. Will be removed in a future version. 自 1.0.3 起弃用,请使用CheckedRunnable替代, 将在未来版本中移除。