-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
Currently, when obtaining the Spliterator from something like `LongStream.range(0,10).boxed().spliterator()`, the resulting Spliterator cannot be split using trySplit, as it always returns false.
It should be possible to obtain a Spliterator for trivial Streams which does support the trySplit operation.
It should be possible to obtain a Spliterator for trivial Streams which does support the trySplit operation.