Class Page


  • public class Page
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Page​(java.lang.Integer offset, java.lang.Integer limit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.List<T> apply​(java.util.List<T> list)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Page

        public Page​(java.lang.Integer offset,
                    java.lang.Integer limit)
    • Method Detail

      • apply

        public <T> java.util.List<T> apply​(java.util.List<T> list)