Stream.of()
, Stream.generate()
, Stream.iterate()
8filter()
)13map()
)15sorted()
)17distinct()
)19limit()
, skip()
)22IntStream
, LongStream
, DoubleStream
24reduce()
for Aggregation37Collectors.groupingBy()
71Collectors.partitioningBy()
78concat()
93LocalDate
, LocalDateTime
114Flow
API (Java 9+)146