| Interface | Description |
|---|---|
| Any |
Abstracts 'any' type in the type system (or '*' in Closure).
|
| JsArrayLike<T> |
Provides abstraction for JavaScript array-like objects.
|
| JsConstructorFn<T> |
A JavaScript constructor function.
|
| JsForEachCallbackFn |
Callback function for
for-each iteration. |
| JsPropertyMap<T> |
Provides abstraction of JavaScript objects as property maps.
|
| Class | Description |
|---|---|
| InternalPreconditions |
A utility class that provides utility functions to do precondition checks following a pattern
similar to
javaemul.internal.InternalPreconditions. |
| Js |
Utilities to provide access to JavaScript language constructs that are not available in pure
Java.
|