V - the value type@FunctionalInterface @JsFunction public static interface JsCollections.ForEachCallback<V>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(V value)
Receives one value.
|
void accept(V value)
value - the valueCopyright © 2000–2022 Vaadin Ltd. All rights reserved.