Uses of Class
org.teavm.common.Promise
Packages that use Promise
-
Uses of Promise in org.teavm.common
Subclasses of Promise in org.teavm.commonFields in org.teavm.common declared as PromiseMethods in org.teavm.common that return PromiseModifier and TypeMethodDescriptionPromise.all(Collection<Promise<T>> promises)
Promise.allVoid(Collection<Promise<Void>> promises)
<S> Promise<S>
Promise.catchError(Function<Throwable,S> f)
static Promise<?>
static <T> Promise<T>
Promise.of(T value)
<S> Promise<S>
<S> Promise<S>
Method parameters in org.teavm.common with type arguments of type Promise -
Uses of Promise in org.teavm.debugging
Methods in org.teavm.debugging that return PromiseModifier and TypeMethodDescriptionDebugger.continueToLocation(String fileName, int line)
Debugger.continueToLocation(SourceLocation location)
Debugger.createBreakpoint(String file, int line)
Debugger.createBreakpoint(SourceLocation location)
Value.getInstanceId()
Value.getProperties()
Value.getRepresentation()
Value.getType()
CallFrame.getVariables()
Value.hasInnerStructure()
Debugger.resume()
Debugger.stepInto()
Debugger.stepOut()
Debugger.stepOver()
Debugger.suspend()
-
Uses of Promise in org.teavm.debugging.javascript
Methods in org.teavm.debugging.javascript that return PromiseModifier and TypeMethodDescriptionJavaScriptDebugger.continueToLocation(JavaScriptLocation location)
JavaScriptDebugger.createBreakpoint(JavaScriptLocation location)
JavaScriptBreakpoint.destroy()
JavaScriptValue.getClassName()
Promise<Map<String,? extends JavaScriptVariable>>
JavaScriptValue.getProperties()
JavaScriptValue.getRepresentation()
Promise<Map<String,? extends JavaScriptVariable>>
JavaScriptCallFrame.getVariables()
JavaScriptDebugger.resume()
JavaScriptDebugger.stepInto()
JavaScriptDebugger.stepOut()
JavaScriptDebugger.stepOver()
JavaScriptDebugger.suspend()