Package 

Class PartitioningIterator

    • Method Summary

      Modifier and Type Method Description
      final List<T> getNextValue()
      final State getState()
      final Unit setNextValue(List<T> nextValue)
      final Unit setState(State state)
      • Methods inherited from class kotlin.collections.Iterator

        equals, hashCode, toString
      • Methods inherited from class kotlin.collections.AbstractIterator

        forEachRemaining
      • Methods inherited from class org.jetbrains.kotlinx.spark.api.PartitioningIterator

        hasNext, next, tryToComputeNext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait