Interface IteratingChecker.IteratorWithProgress<T>

    • Method Detail

      • remainingSize

        int remainingSize()
        Returns:
        size of remaining part of iterating sequence measured in parrots (for list iterator it is size of remaining part of the list)
      • nextItem

        jetbrains.mps.baseLanguage.tuples.runtime.Tuples._2<T,​Integer> nextItem()
        Returns:
        value on which remainingSize was decreased