Descripción
Sintaxis
Optional<T> reduce(BinaryOperator<T> accumulator)
T reduce(T identity, BinaryOperator<T> accumulator)
<U> U reduce(U identity, BiFunction<U,? super T,U> accumulator, BinaryOperator<U> combiner)
Parámetros
- T identity,
- BiFunction<U,
- U identity,
- BinaryOperator<U> combiner,
- ? super T,
- BinaryOperator<T> accumulator,
- U> accumulator,
Excepciones
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.