Streams API
Stream常见接口方法
中间操作
concat()
distinct()
filter()
flatMap()
limit()
map()
peek()
skip()
sorted()
parallel()
sequential()
unordered()
结束操作
allMatch()
anyMatch()
collect()
count()
findAny()
findFirst()
forEach()
forEachOrdered()
max()
min()
noneMatch()
reduce()
toArray()
规约操作(reduction operation)