Uses of Class
com.amalgamasimulation.desktop.html.js.JSCollection
Packages that use JSCollection
-
Uses of JSCollection in com.amalgamasimulation.desktop.html.js
Methods in com.amalgamasimulation.desktop.html.js that return JSCollectionModifier and TypeMethodDescriptionstatic JSCollection<JSFunction> JSCollection.createFunctions(Collection<String> value) static <T> JSCollection<? extends JSConvertable> JSCollection.createPrimitive(Collection<T> value) Creates a new JSCollection instance from a collection of primitive values.