package
0.1.158
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
* * Applies the pipeline stages described by this {@code PipelineHelper} to * the provided {@code Spliterator} and send the results to the provided * {@code Sink}.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

* * Abstract base class for "pipeline" classes, which are the core * implementations of the Stream interface and its primitive specializations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

* * An operation in a stream pipeline that takes a stream as input and produces * a result or side-effect.
* * Abstract class for fork-join tasks used to implement short-circuiting * stream ops, which can produce a result without processing all elements of the * stream.
* * A {@link Sink} which accumulates state as elements are accepted, and allows * a result to be retrieved after the computation is finished.
No description provided by the author