All Classes and Interfaces

Class
Description
Base class providing shared functionality for Cffu and MCffu implementations.
This class Cffu is the equivalent class to CompletableFuture, contains the equivalent instance methods of CompletionStage and CompletableFuture.
This class CffuFactory is equivalent to CompletableFuture, contains the static (factory) methods of CompletableFuture.
This class is the same as Future.State, existed for java version compatibility.
Cffu executor wrapper provider(ExecutorWrapperProvider) SPI implementation for 📌 TransmittableThreadLocal (TTL).
This utility class provides Iterable-based variants (including Collection, List, etc.) of same-named varargs methods from CompletableFutureUtils.
Utility class for parallel data processing using CompletableFuture.
This Utility class provides tuple-based variants of methods from CompletableFutureUtils for processing and composing multiple asynchronous actions and CompletableFutures in a type-safe manner.
This class contains the new enhanced and backport methods for CompletableFuture.
Exception handler, used by the methods of SwallowedExceptionHandleUtils.
Exception info of exceptions, used as argument of ExceptionHandler.
An SPI for wrapping the executor when CffuFactoryBuilder build CffuFactory.
Low Level CompletableFuture utility methods for manipulating CompletableFuture.
Cffu with result type Iterable (aka.
Exception indicates that NO cfs(CompletionStage, including subclass Cffu / CompletableFuture) are provided for methods that require cf arguments.
Utilities to handle swallowed exceptions from MULTIPLE CompletionStages (including CompletableFutures and Cffus).
Tuple2(aka Pair).
Tuple3(aka Triple).
Tuple4, contains 4 elements.
Tuple5, contains 5 elements.