telepath / com.github.giedomak.telepath.physicaloperators.sortmergejoin / SpliteratorAdapter

SpliteratorAdapter

class SpliteratorAdapter<T> : AbstractSpliterator<T> (source)

Recommend using with StreamSupport.stream(iteratorStream, false);

Constructors

<init>

SpliteratorAdapter(iterator: Iterator<T>, characteristics: Int = 0)

Recommend using with StreamSupport.stream(iteratorStream, false);

Functions

tryAdvance

fun tryAdvance(action: Consumer<in T>): Boolean