Creates a sequential Java Stream for this stepper. If the stepper yields primitive values, a corresponding specialized Stream is returned (e.g., `IntStream`).
Creates a sequential Java Stream for this stepper. If the stepper yields 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