Uses of Interface
jsinterop.base.Any
-
Packages that use Any Package Description jsinterop.base -
-
Uses of Any in jsinterop.base
Methods in jsinterop.base that return Any Modifier and Type Method Description static @Nullable AnyJs. asAny(@Nullable java.lang.Object obj)default @Nullable Any[]Any. asArray()static @Nullable Any[]Js. asArray(java.lang.Object obj)default @Nullable AnyJsPropertyMap. getAsAny(java.lang.String propertyName)default @Nullable AnyJsArrayLike. getAtAsAny(int index)default @Nullable AnyJsPropertyMap. nestedGetAsAny(java.lang.String qualifiedName)Gets asAnyby qualified name.
-