Uses of Class
io.foldright.cffu2.CffuFactory
Packages that use CffuFactory
Package
Description
A tiny 0-dependency library that improves the CompletableFuture(CF) usage experience and reduces misuse,
enabling more convenient, efficient, and safe use of CompletableFuture in your application.
-
Uses of CffuFactory in io.foldright.cffu2
Fields in io.foldright.cffu2 declared as CffuFactoryModifier and TypeFieldDescriptionstatic final CffuFactory
CffuFactoryBuilder.POISON_FACTORY
A poison object of type CffuFactory.Methods in io.foldright.cffu2 that return CffuFactoryModifier and TypeMethodDescriptionCffuFactoryBuilder.build()
Builds the cffu factory.final CffuFactory
BaseCffu.cffuFactory()
Returns theCffuFactory
of this Cffu.CffuFactory.withDefaultExecutor
(Executor defaultExecutor) Returns a new CffuFactory from this CffuFactory with the defaultExecutor.Methods in io.foldright.cffu2 with parameters of type CffuFactoryModifier and TypeMethodDescriptionfinal F
BaseCffu.withCffuFactory
(CffuFactory cffuFactory) Returns a new Cffu with the given CffuFactory(contained configuration).