Uses of Class
io.foldright.cffu2.CffuFactory
Packages that use CffuFactory
Package
Description
A tiny 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 CffuFactoryCffuFactoryBuilder.POISON_FACTORYA poison object of type CffuFactory.Methods in io.foldright.cffu2 that return CffuFactoryModifier and TypeMethodDescriptionCffuFactoryBuilder.build()Builds the cffu factory.final CffuFactoryBaseCffu.cffuFactory()Returns theCffuFactoryof 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 FBaseCffu.withCffuFactory(CffuFactory cffuFactory) Returns a new Cffu with the given CffuFactory(contained configuration).