Class JsInteropUtils


  • public class JsInteropUtils
    extends Object
    • Constructor Detail

      • JsInteropUtils

        public JsInteropUtils()
    • Method Detail

      • forEach

        public static <T> void forEach​(List<T> list,
                                       Consumer<T> consumer)
      • anyMatch

        public static <T> boolean anyMatch​(List<T> list,
                                           Function<T,​Boolean> function)
      • getItem

        public static <T> T getItem​(List<T> list,
                                    int index)
      • jsCopy

        public static <T> T jsCopy​(T element)