Uses of Interface
cloud.opencode.base.core.func.CheckedRunnable
Packages that use CheckedRunnable
Package
Description
Common exception types for the OpenCode Base framework.
Functional interfaces and lambda utilities.
-
Uses of CheckedRunnable in cloud.opencode.base.core.exception
Subinterfaces of CheckedRunnable in cloud.opencode.base.core.exceptionModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of CheckedRunnable in cloud.opencode.base.core.func
Methods in cloud.opencode.base.core.func that return CheckedRunnableModifier and TypeMethodDescriptiondefault CheckedRunnableCheckedRunnable.andThen(CheckedRunnable after) Composes two CheckedRunnables 组合两个 CheckedRunnablestatic CheckedRunnableWraps a standard Runnable as a CheckedRunnable 将普通 Runnable 包装为 CheckedRunnableMethods in cloud.opencode.base.core.func with parameters of type CheckedRunnableModifier and TypeMethodDescriptiondefault CheckedRunnableCheckedRunnable.andThen(CheckedRunnable after) Composes two CheckedRunnables 组合两个 CheckedRunnable
CheckedRunnableinstead.