Class CffuFactory

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

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 conventions of CffuFactory:

Author:
Jerry Lee (oldratlee at gmail dot com)
See Also: