Uses of Package
cloud.opencode.base.functional.function
Packages that use cloud.opencode.base.functional.function
Package
Description
OpenCode Functional - Functional Programming Utilities for JDK 25+
OpenCode 函数式编程工具库
Function Utilities - Advanced function operations
函数工具 - 高级函数操作
Monad Types - Functional containers for computation
Monad 类型 - 计算的函数式容器
-
Classes in cloud.opencode.base.functional.function used by cloud.opencode.base.functionalClassDescriptionCheckedBiConsumer - BiConsumer that can throw checked exceptions CheckedBiConsumer - 可抛出受检异常的双参消费者CheckedBiFunction - BiFunction that can throw checked exceptions CheckedBiFunction - 可抛出受检异常的双参函数CheckedConsumer - Consumer that may throw checked exceptions CheckedConsumer - 可能抛出受检异常的消费者CheckedFunction - Function that can throw checked exceptions CheckedFunction - 可抛出受检异常的函数CheckedRunnable - Runnable that may throw checked exceptions CheckedRunnable - 可能抛出受检异常的可运行接口
-
Classes in cloud.opencode.base.functional.function used by cloud.opencode.base.functional.functionClassDescriptionCheckedBiConsumer - BiConsumer that can throw checked exceptions CheckedBiConsumer - 可抛出受检异常的双参消费者CheckedBiFunction - BiFunction that can throw checked exceptions CheckedBiFunction - 可抛出受检异常的双参函数CheckedConsumer - Consumer that may throw checked exceptions CheckedConsumer - 可能抛出受检异常的消费者CheckedFunction - Function that can throw checked exceptions CheckedFunction - 可抛出受检异常的函数CheckedRunnable - Runnable that may throw checked exceptions CheckedRunnable - 可能抛出受检异常的可运行接口TriFunction - Three-argument function TriFunction - 三参函数
-
Classes in cloud.opencode.base.functional.function used by cloud.opencode.base.functional.monad