public static interface Promise.PromiseExecutorCallbackFn.ResolveCallbackFn.ResolveUnionType<T>
Modifier and Type | Method and Description |
---|---|
default IThenable<T> |
asIThenable() |
default T |
asT() |
static Promise.PromiseExecutorCallbackFn.ResolveCallbackFn.ResolveUnionType<?> |
of(java.lang.Object o) |
static Promise.PromiseExecutorCallbackFn.ResolveCallbackFn.ResolveUnionType<?> of(java.lang.Object o)
default T asT()