Uses of Enum Class
io.foldright.cffu.CffuState
Packages that use CffuState
Package
Description
A tiny 0-dependency 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).static <T> CffuStateCompletableFutureUtils.cffuState(CompletableFuture<T> cf) Returns the computation state(CffuState), this method has 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 class with the specified name.static CffuState[]CffuState.values()Returns an array containing the constants of this enum class, in the order they are declared.