Uses of Class
io.foldright.cffu.CffuFactory
Packages that use CffuFactory
Package
Description
A tiny sidekick library to make CompletableFuture usage more convenient, more efficient and safer
in your application.
Guava ListenableFuture Integration with CF.
-
Uses of CffuFactory in io.foldright.cffu
Fields in io.foldright.cffu declared as CffuFactoryModifier and TypeFieldDescriptionstatic final CffuFactory
CffuFactoryBuilder.POISON_FACTORY
A poison object of type CffuFactory.Methods in io.foldright.cffu that return CffuFactoryModifier and TypeMethodDescriptionCffuFactoryBuilder.build()
Builds the cffu factory.Cffu.cffuFactory()
Returns theCffuFactory
of this Cffu.CffuFactory.withDefaultExecutor
(Executor defaultExecutor) Returns a new CffuFactory from this CffuFactory with the defaultExecutor.Methods in io.foldright.cffu with parameters of type CffuFactoryModifier and TypeMethodDescriptionCffu.withCffuFactory
(CffuFactory cffuFactory) Returns a new Cffu with the given CffuFactory(contained configuration). -
Uses of CffuFactory in io.foldright.cffu.lf
Methods in io.foldright.cffu.lf with parameters of type CffuFactoryModifier and TypeMethodDescriptionstatic <T> Cffu
<T> ListenableFutureUtils.toCffu
(ListenableFuture<? extends T> lf, CffuFactory cffuFactory, boolean interruptLfWhenCancellationException) Converts inputListenableFuture
toCffu
.