Descripción
Sintaxis
public interface LongStream extends BaseStream<Long,LongStream>
Métodos
- allMatch()
- anyMatch()
- asDoubleStream()
- average()
- boxed()
- builder()
- collect()
- concat()
- count()
- distinct()
- dropWhile()
- empty()
- filter()
- findAny()
- findFirst()
- flatMap()
- forEach()
- forEachOrdered()
- generate()
- iterate()
- limit()
- map()
- mapToDouble()
- mapToInt()
- mapToObj()
- max()
- min()
- noneMatch()
- of()
- peek()
- range()
- rangeClosed()
- reduce()
- skip()
- sorted()
- sum()
- summaryStatistics()
- takeWhile()
- toArray()
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.