Uses of Enum
io.foldright.cffu.CffuState
Packages that use CffuState
Package
Description
A tiny sidekick library for CompletableFuture to improve user experience and reduce misuse.
-
Uses of CffuState in io.foldright.cffu
Methods in io.foldright.cffu that return CffuStateModifier and TypeMethodDescriptionCffu.cffuState()Returns the computation state(CffuState), this method is equivalent toCompletableFuture.state()with java version compatibility logic, so you can invoke in oldjava 18-.static CffuStateCompletableFutureUtils.state(CompletableFuture<?> cf) Returns the computation state(CffuState), this method is equivalent toCompletableFuture.state()with java version compatibility logic, so you can invoke in oldjava 18-.static CffuStateCffuState.toCffuState(Future.State state) ConvertFuture.StatetoCffuState.static CffuStateReturns the enum constant of this type with the specified name.static CffuState[]CffuState.values()Returns an array containing the constants of this enum type, in the order they are declared.