class SpliteratorAdapter<T> : AbstractSpliterator<T>
(source)
Recommend using with StreamSupport.stream(iteratorStream, false);
SpliteratorAdapter(iterator: Iterator<T>, characteristics: Int = 0)
Recommend using with StreamSupport.stream(iteratorStream, false); |
fun tryAdvance(action: Consumer<in T>): Boolean |