Class CfIterableUtils

java.lang.Object
io.foldright.cffu2.CfIterableUtils

public final class CfIterableUtils extends Object
This utility class provides Iterable-based variants (including Collection, List, etc.) of same-named varargs methods from CompletableFutureUtils. These methods handle multiple actions and CompletableFutures with the same type (aka. homogeneous).

While CfTupleUtils uses strongly typed tuples for handling different types of actions and CompletableFutures (aka. heterogeneous), this class and CompletableFutureUtils work with homogeneous types, offering a flexible approach for handling collections of actions and CompletableFutures of the same type.

Author:
Eric Lin (linqinghua4 at gmail dot com), Jerry Lee (oldratlee at gmail dot com)
See Also: