你可能存在一些误解,Debian并没有Stream 8这个版本。你可能想问的是Java 8中的Stream API,其亮点如下:
list.stream().filter(...).map(...).collect(...)
filter
map
sorted
parallelStream()