Descripción
Sintaxis
public void forEachValue(long parallelismThreshold, Consumer<? super V> action)
<U> void forEachValue(long parallelismThreshold, Function<? super V,? extends U> transformer, Consumer<? super U> action)
Parámetros
- Consumer<? super U> action,
- Consumer<? super V> action,
- long parallelismThreshold,
- Function<? super V,
- ? extends U> transformer,
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.