Uses of Class
org.htmlunit.corejs.javascript.NativePromise.ReactionType
-
Packages that use NativePromise.ReactionType Package Description org.htmlunit.corejs.javascript -
-
Uses of NativePromise.ReactionType in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as NativePromise.ReactionType Modifier and Type Field Description (package private) NativePromise.ReactionType
NativePromise.Reaction. reaction
Methods in org.htmlunit.corejs.javascript that return NativePromise.ReactionType Modifier and Type Method Description static NativePromise.ReactionType
NativePromise.ReactionType. valueOf(java.lang.String name)
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.ReactionType Constructor Description Reaction(NativePromise.Capability cap, NativePromise.ReactionType type, Callable handler)
-