Interface | Description |
---|---|
Function.A0<R> |
Java function with no arguments.
|
Function.A1<P1,R> |
Java function with one argument.
|
Function.A2<P1,P2,R> |
Java function with two arguments.
|
Function.A3<P1,P2,P3,R> |
Java function with three arguments.
|
Function.A4<P1,P2,P3,P4,R> |
Java function with four arguments.
|
Function.A5<P1,P2,P3,P4,P5,R> |
Java function with five arguments.
|
Class | Description |
---|---|
Array<T> | |
ArrayBuffer | |
ArrayBufferView | |
ArrayLike<T> | |
DataView | |
Date | |
Error | |
EvalError | |
Exports | |
Float32Array | |
Float64Array | |
Function |
Wrapper around JavaScript function.
|
IArguments | |
Int16Array | |
Int32Array | |
Int8Array | |
JSON | |
Math | |
Modules |
Support for integrating JavaScript modules.
|
Modules.Provider |
Register provide if you can look JavaScript modules by their names.
|
Objs | |
Objs.Constructor<T extends Objs> |
Factory for one subclass of
Objs wrapper. |
Objs.Property<T> |
Represents a property of an
Objs object. |
PromiseLike<T> | |
PropertyDescriptor | |
PropertyDescriptorMap | |
RangeError | |
ReferenceError | |
RegExp | |
RegExpExecArray | |
RegExpMatchArray | |
SyntaxError | |
TemplateStringsArray | |
TypedPropertyDescriptor<T> | |
TypeError | |
Uint16Array | |
Uint32Array | |
Uint8Array | |
Uint8ClampedArray | |
Union | |
Union.A2<P1,P2> | |
Union.A3<P1,P2,P3> | |
Union.A4<P1,P2,P3,P4> | |
Union.A5<P1,P2,P3,P4,P5> | |
URIError |
Copyright © 2018. All rights reserved.