Uses of Interface
cloud.opencode.base.functional.function.CheckedRunnable
Packages that use CheckedRunnable
Package
Description
OpenCode Functional - Functional Programming Utilities for JDK 25+
OpenCode 函数式编程工具库
Function Utilities - Advanced function operations
函数工具 - 高级函数操作
-
Uses of CheckedRunnable in cloud.opencode.base.functional
Methods in cloud.opencode.base.functional that return CheckedRunnableModifier and TypeMethodDescriptionstatic CheckedRunnableOpenFunctional.checkedRunnable(CheckedRunnable r) Create a CheckedRunnable 创建可抛异常的运行器Methods in cloud.opencode.base.functional with parameters of type CheckedRunnableModifier and TypeMethodDescriptionstatic CheckedRunnableOpenFunctional.checkedRunnable(CheckedRunnable r) Create a CheckedRunnable 创建可抛异常的运行器static RunnableOpenFunctional.uncheckedRunnable(CheckedRunnable r) Convert CheckedRunnable to standard Runnable 将 CheckedRunnable 转换为标准 Runnable -
Uses of CheckedRunnable in cloud.opencode.base.functional.function
Methods in cloud.opencode.base.functional.function that return CheckedRunnableModifier and TypeMethodDescriptiondefault CheckedRunnableCheckedRunnable.andThen(CheckedRunnable after) Chain with another runnable (execute this, then after) 与另一个可运行接口链接(先执行本操作,再执行 after)static CheckedRunnableWrap a standard Runnable as CheckedRunnable 将标准 Runnable 包装为 CheckedRunnableMethods in cloud.opencode.base.functional.function with parameters of type CheckedRunnableModifier and TypeMethodDescriptiondefault CheckedRunnableCheckedRunnable.andThen(CheckedRunnable after) Chain with another runnable (execute this, then after) 与另一个可运行接口链接(先执行本操作,再执行 after)