Package jsinterop.base
-
Interface Summary Interface Description Any Abstracts 'any' type in the type system (or '*' in Closure).JsArrayLike<T extends @Nullable java.lang.Object> Provides abstraction for JavaScript array-like objects.JsBigint Provides an abstraction for Closurebigintprimitive type.JsConstructorFn<T> A JavaScript constructor function.JsForEachCallbackFn Callback function forfor-eachiteration.JsPropertyMap<T extends @Nullable java.lang.Object> Provides abstraction of JavaScript objects as property maps. -
Class Summary Class Description InternalPreconditions A utility class that provides utility functions to do precondition checks following a pattern similar tojavaemul.internal.InternalPreconditions.Js Utilities to provide access to JavaScript language constructs that are not available in pure Java.