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.ReactionType
NativePromise.Reaction.reaction
Methods in org.htmlunit.corejs.javascript that return NativePromise.ReactionTypeModifier and TypeMethodDescriptionstatic NativePromise.ReactionType
Returns 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)