Class AutoPager

  • All Implemented Interfaces:
    kotlin.collections.Iterable

    
    public final class AutoPager<T extends Object>
     implements Iterable<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class AutoPager.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Iterator<T> iterator()
      final Stream<T> stream()
      • Methods inherited from class kotlin.collections.Iterable

        forEach, spliterator
      • Methods inherited from class java.lang.Object

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