Class CffuFactory

java.lang.Object
io.foldright.cffu.CffuFactory

@ThreadSafe public final class CffuFactory extends Object
This class CffuFactory is equivalent to CompletableFuture, contains the static (factory) methods of CompletableFuture.

The methods that equivalent to the instance methods of CompletableFuture is in Cffu class.

Use builder(Executor) to config and build CffuFactory.

About factory methods convention of CffuFactory:

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