Uses of Enum Class
cn.dinodev.spring.commons.promise.Promise.State
Packages that use Promise.State
-
Uses of Promise.State in cn.dinodev.spring.commons.promise
Fields in cn.dinodev.spring.commons.promise declared as Promise.StateMethods in cn.dinodev.spring.commons.promise that return Promise.StateModifier and TypeMethodDescriptionAbstractPromise.state()Promise.state()状态static Promise.StateReturns the enum constant of this class with the specified name.static Promise.State[]Promise.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.dinodev.spring.commons.promise with parameters of type Promise.StateModifier and TypeMethodDescriptionvoidAlwaysCallback.onAlways(Promise.State state, D resolved, Throwable rejected) Invoked when thePromiseresolves or rejects a value.protected voidAbstractPromise.triggerAlways(AlwaysCallback<? super D> callback, Promise.State state, D resolve, Throwable reject) protected voidAbstractPromise.triggerAlways(Promise.State state, D resolve, Throwable reject)