Uses of Package
cloud.opencode.base.core.func
Packages that use cloud.opencode.base.core.func
Package
Description
Core utilities and foundational classes for the OpenCode Base library.
Common exception types for the OpenCode Base framework.
Functional interfaces and lambda utilities.
Result and response wrapper types for operation outcomes.
Immutable tuple types (Pair, Triple, etc.).
-
Classes in cloud.opencode.base.core.func used by cloud.opencode.base.coreClassDescriptionChecked Supplier - Supplier that can throw checked exceptions 可抛出受检异常的 Supplier - 扩展 JDK Supplier 支持受检异常
-
Classes in cloud.opencode.base.core.func used by cloud.opencode.base.core.exceptionClassDescriptionChecked Runnable - Runnable that can throw checked exceptions 可抛出受检异常的 Runnable - 扩展 JDK Runnable 支持受检异常Checked Supplier - Supplier that can throw checked exceptions 可抛出受检异常的 Supplier - 扩展 JDK Supplier 支持受检异常
-
Classes in cloud.opencode.base.core.func used by cloud.opencode.base.core.funcClassDescriptionChecked Callable - Enhanced Callable with convenience methods 可抛出受检异常的 Callable - 增强 JDK Callable 提供便捷方法Checked Consumer - Consumer that can throw checked exceptions 可抛出受检异常的 Consumer - 扩展 JDK Consumer 支持受检异常Checked Function - Function that can throw checked exceptions 可抛出受检异常的 Function - 扩展 JDK Function 支持受检异常Checked Predicate - Predicate that can throw checked exceptions 可抛出受检异常的 Predicate - 扩展 JDK Predicate 支持受检异常Checked Runnable - Runnable that can throw checked exceptions 可抛出受检异常的 Runnable - 扩展 JDK Runnable 支持受检异常Checked Supplier - Supplier that can throw checked exceptions 可抛出受检异常的 Supplier - 扩展 JDK Supplier 支持受检异常
-
Classes in cloud.opencode.base.core.func used by cloud.opencode.base.core.resultClassDescriptionChecked Supplier - Supplier that can throw checked exceptions 可抛出受检异常的 Supplier - 扩展 JDK Supplier 支持受检异常
-
Classes in cloud.opencode.base.core.func used by cloud.opencode.base.core.tupleClassDescriptionFour-argument function interface 四元函数接口Three-argument function interface 三元函数接口