Descripción
Sintaxis
static <T> Collector<T,?,Optional<T>> reducing(BinaryOperator<T> op)
static <T> Collector<T,?,T> reducing(T identity, BinaryOperator<T> op)
static <T,U> Collector<T,?,U> reducing(U identity, Function<? super T,? extends U> mapper, BinaryOperator<U> op)
Parámetros
- T identity,
- BinaryOperator<U> op,
- U identity,
- Function<? super T,
- BinaryOperator<T> op,
- ? extends U> mapper,
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.