Creates a parallel Java Stream for this collection. If the collection contains primitive values, a corresponding specialized Stream is returned (e.g., `IntStream`).
Creates a parallel Java Stream for this collection. If the collection contains primitive values, a corresponding specialized Stream is returned (e.g., `IntStream`).
Type parameters
S
the type of Java Stream to create, determined by the element type A
St
the type of Stepper used to traverse the collection's elements, required to support efficient splitting