Class JsInteropUtils
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.marshaller.common.JsInteropUtils
-
public class JsInteropUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JsInteropUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> booleananyMatch(List<T> list, Function<T,Boolean> function)static <T> voidforEach(List<T> list, Consumer<T> consumer)static <T> TgetItem(List<T> list, int index)static <T> TjsCopy(T element)
-