Uses of Interface
elemental2.core.JsSet.ForEachCallbackFn
-
-
Uses of JsSet.ForEachCallbackFn in elemental2.core
Methods in elemental2.core with parameters of type JsSet.ForEachCallbackFn Modifier and Type Method Description java.lang.Object
JsSet. forEach(JsSet.ForEachCallbackFn<? super VALUE> callback)
<THIS> java.lang.Object
JsSet. forEach(JsSet.ForEachCallbackFn<? super VALUE> callback, THIS thisArg)
-