• The from function creates a shallow copy of the Java datastructure (Array, List) as a JavaScript array. In many cases, this is not necessary, you can typically use the Java datastructure directly from JavaScript.

    Parameters

    • javaData: any

    Returns any[]

Generated using TypeDoc