Descripción
Sintaxis
public Map.Entry<K,V> reduceEntries(long parallelismThreshold, BiFunction<Map.Entry<K,V>,Map.Entry<K,V>,? extends Map.Entry<K,V>> reducer)
<U> U reduceEntries(long parallelismThreshold, Function<Map.Entry<K,V>,? extends U> transformer, BiFunction<? super U,? super U,? extends U> reducer)
Parámetros
- V>> reducer,
- Function<Map.Entry<K,
- V>,
- ? super U,
- BiFunction<Map.Entry<K,
- long parallelismThreshold,
- BiFunction<? super U,
- ? extends U> reducer,
- ? extends Map.Entry<K,
- Map.Entry<K,
- ? 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.