SeqSplitter
Parallel sequence iterators allow splitting into arbitrary subsets.
Parallel sequence iterators allow splitting into arbitrary subsets.
- Type Params
- T
type of the elements iterated.
Type members
Classlikes
Inherited classlikes
Value members
Abstract methods
The number of elements this iterator has yet to traverse. This method
doesn't change the state of the iterator. Unlike the version of this method in the supertrait,
method remaining
in ParSeqLike.this.ParIterator
must return an exact number
of elements remaining in the iterator.
The number of elements this iterator has yet to traverse. This method
doesn't change the state of the iterator. Unlike the version of this method in the supertrait,
method remaining
in ParSeqLike.this.ParIterator
must return an exact number
of elements remaining in the iterator.
- Returns
an exact number of elements this iterator has yet to iterate
Concrete methods
- Definition Classes
Inherited methods
- Inherited from
- IterableOnceOps
- Inherited from
- IterableOnceOps
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
Drop implemented as simple eager consumption.
Drop implemented as simple eager consumption.
- Definition Classes
- Inherited from
- IterableSplitter
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- Iterator -> IterableOnceOps
- Inherited from
- Iterator
For most collections, this is a cheap operation. Exceptions can override this method.
For most collections, this is a cheap operation. Exceptions can override this method.
- Inherited from
- RemainsIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Inherited from
- Iterator
- Inherited from
- IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Inherited from
- AugmentedIterableIterator
- Inherited from
- AugmentedIterableIterator
- Inherited from
- AugmentedIterableIterator
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Inherited from
- AugmentedIterableIterator
- Inherited from
- AugmentedIterableIterator
- Inherited from
- AugmentedIterableIterator
Deprecated and Inherited methods
- Deprecated
- Inherited from
- IterableOnceOps
- Deprecated
- Inherited from
- IterableOnceOps
- Deprecated
- Inherited from
- IterableOnceOps
- Deprecated
- Definition Classes
- Iterator -> IterableOnceOps
- Inherited from
- Iterator
- Deprecated
- Inherited from
- Iterator
- Deprecated
- Inherited from
- IterableOnceOps