Uses of Enum
org.htmlunit.corejs.javascript.NativePromise.ReactionType
Packages that use NativePromise.ReactionType
-
Uses of NativePromise.ReactionType in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as NativePromise.ReactionTypeModifier and TypeFieldDescription(package private) NativePromise.ReactionTypeNativePromise.Reaction.reactionMethods in org.htmlunit.corejs.javascript that return NativePromise.ReactionTypeModifier and TypeMethodDescriptionstatic NativePromise.ReactionTypeReturns the enum constant of this type with the specified name.static NativePromise.ReactionType[]NativePromise.ReactionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.htmlunit.corejs.javascript with parameters of type NativePromise.ReactionTypeModifierConstructorDescription(package private)Reaction(NativePromise.Capability cap, NativePromise.ReactionType type, Callable handler)