K - the key typeV - the value type@FunctionalInterface @JsFunction public static interface JsMap.ForEachCallback<K,V>
JsMap.| Modifier and Type | Method and Description |
|---|---|
void |
accept(V value,
K key)
Receives one key-value pair.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.