Module org.streamer
module org.streamer
Stream operators and collectors that fill the gaps in
java.util.stream.
The module has exactly one package and exports it. The spliterators behind the operators are package private classes in that same package, so they are unreachable from outside the jar on the class path as well as the module path.
-
Packages
ExportsPackageDescriptionStream operators and collectors that fill the gaps injava.util.stream.