Class Cffu<T>

java.lang.Object
io.foldright.cffu2.BaseCffu<T,Cffu<T>>
io.foldright.cffu2.Cffu<T>
Type Parameters:
T - The result collection type returned by this future's join
All Implemented Interfaces:
CompletionStage<T>, Future<T>

public final class Cffu<T> extends BaseCffu<T,Cffu<T>> implements Future<T>, CompletionStage<T>
This class Cffu is the equivalent class to CompletableFuture, contains the equivalent instance methods of CompletionStage and CompletableFuture.

The methods that equivalent to static factory methods of CompletableFuture is in CffuFactory class.

Author:
Jerry Lee (oldratlee at gmail dot com), HuHao (995483610 at qq dot com)
See Also: