Package 

Class MappingIterator

    • Method Summary

      Modifier and Type Method Description
      final R getNextValue()
      final State getState()
      final Unit setNextValue(R 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.MappingIterator

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

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