Creates a sequential Java Stream for this collection. If the collection contains primitive values, a corresponding specialized Stream is returned (e.g., `IntStream`).
Creates a sequential Java Stream for this collection. If the collection contains primitive values, a corresponding specialized Stream is returned (e.g., `IntStream`).