Uses of Class
io.foldright.cffu.CffuFactory
Packages that use CffuFactory
Package
Description
A tiny sidekick library for CompletableFuture to improve user experience and reduce misuse.
-
Uses of CffuFactory in io.foldright.cffu
Methods in io.foldright.cffu that return CffuFactoryModifier and TypeMethodDescriptionCffuFactoryBuilder.build()Builds the cffu factory.Cffu.cffuFactory()Returns theCffuFactoryof this Cffu.Methods in io.foldright.cffu with parameters of type CffuFactoryModifier and TypeMethodDescriptionCffu.resetCffuFactory(CffuFactory cffuFactory) Returns a new Cffu with given CffuFactory(contained configuration) that is completed normally with the same value as this Cffu when it completes normally.