Package 

Class Listing.Paged

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<T> items
      private final Pages page
    • Constructor Summary

      Constructors 
      Constructor Description
      Paged(List<T> items, Pages page)
    • Method Summary

      Modifier and Type Method Description
      final List<T> component1()
      final Pages component2()
      final Listing.Paged<T> copy(List<T> items, Pages page)
      final List<T> getItems()
      final Pages getPage()
      • Methods inherited from class kotlin.collections.Iterable

        equals, hashCode, toString
      • Methods inherited from class org.http4k.connect.Listing

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

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