Uses of Interface
cloud.opencode.base.parallel.pipeline.TriFunction
Packages that use TriFunction
Package
Description
OpenCode Parallel - Modern Parallel Computing Utilities
OpenCode 并行 - 现代化并行计算工具
Pipeline Package - Async Pipeline and Functions
流水线包 - 异步流水线和函数
-
Uses of TriFunction in cloud.opencode.base.parallel
Methods in cloud.opencode.base.parallel with parameters of type TriFunctionModifier and TypeMethodDescriptionstatic <T1,T2, T3, R>
CompletableFuture<R> OpenParallel.combine(CompletableFuture<T1> f1, CompletableFuture<T2> f2, CompletableFuture<T3> f3, TriFunction<T1, T2, T3, R> combiner) Combines three futures with a combiner function. -
Uses of TriFunction in cloud.opencode.base.parallel.pipeline
Methods in cloud.opencode.base.parallel.pipeline that return TriFunction