Uses of Interface
cloud.opencode.base.core.thread.StructuredTaskUtil.TriFunction
Packages that use StructuredTaskUtil.TriFunction
-
Uses of StructuredTaskUtil.TriFunction in cloud.opencode.base.core.thread
Methods in cloud.opencode.base.core.thread with parameters of type StructuredTaskUtil.TriFunctionModifier and TypeMethodDescriptionstatic <T1,T2, T3, R>
RStructuredTaskUtil.parallel(Callable<T1> task1, Callable<T2> task2, Callable<T3> task3, StructuredTaskUtil.TriFunction<T1, T2, T3, R> combiner) Execute three tasks in parallel and combine their results 并行执行三个任务并合并结果