public class JsInteropUtils extends Object
| Constructor and Description |
|---|
JsInteropUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
anyMatch(List<T> list,
Function<T,Boolean> function) |
static <T> void |
forEach(List<T> list,
Consumer<T> consumer) |
static <T> T |
getItem(List<T> list,
int index) |
static <T> T |
jsCopy(T element) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.