All Classes and Interfaces
Class
Description
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 class contains the new enhanced and backport methods for
CompletableFuture
.Exception handler that handles the exceptions from multiply
CompletionStage
s.Exception info of exceptions from multiply
CompletionStage
s, used as argument of ExceptionHandler
.Utilities to handle exceptions from MULTIPLE
CompletionStage
s
(including CompletableFuture
s and Cffu
s).Integration with guava
ListenableFuture
.Low Level CompletableFuture Utils.
Exception indicates that NO cfs(
CompletionStage
, including subclass Cffu
/
CompletableFuture
) are provided for methods that require cf arguments.Tuple2(aka Pair).
Tuple3(aka Triple).
Tuple4, contains 4 elements.
Tuple5, contains 5 elements.