class
   Ktistec::Util::PaginatedArray(T)
  
  
    
  
    Defined in:
  
  
    
      
        framework/util.cr
      
    
    
  
  
  
    
  
    Constructors
  
  
  
  
  
  
    
  
    Instance Method Summary
  
  
    
      - 
        #<<(*args, **options)
        
      
 
    
      - 
        #<<(*args, **options, &)
        
      
 
    
      - 
        #compact(*args, **options)
        
      
 
    
      - 
        #compact(*args, **options, &)
        
      
 
    
      - 
        #each(*args, **options)
        
      
 
    
      - 
        #each(*args, **options, &)
        
      
 
    
      - 
        #each_with_index(*args, **options)
        
      
 
    
      - 
        #each_with_index(*args, **options, &)
        
      
 
    
      - 
        #empty?(*args, **options)
        
      
 
    
      - 
        #empty?(*args, **options, &)
        
      
 
    
      - 
        #first(*args, **options)
        
      
 
    
      - 
        #first(*args, **options, &)
        
      
 
    
      - 
        #includes?(*args, **options)
        
      
 
    
      - 
        #includes?(*args, **options, &)
        
      
 
    
      - 
        #inspect(*args, **options)
        
      
 
    
      - 
        #inspect(*args, **options, &)
        
      
 
    
      - 
        #map(&block : T -> U) : PaginatedArray(U) forall U
        
      
 
    
      - 
        #more=(more : Bool)
        
      
 
    
      - 
        #more? : Bool
        
      
 
    
      - 
        #pop(*args, **options)
        
      
 
    
      - 
        #pop(*args, **options, &)
        
      
 
    
      - 
        #size(*args, **options)
        
      
 
    
      - 
        #size(*args, **options, &)
        
      
 
    
      - 
        #to_a(*args, **options)
        
      
 
    
      - 
        #to_a(*args, **options, &)
        
      
 
    
      - 
        #to_s(*args, **options)
        
      
 
    
      - 
        #to_s(*args, **options, &)
        
      
 
    
  
  
    
      
      
      
      
    
      
      
      
      
    
  
  
  
    
  
    Constructor Detail
  
  
    
      
        
        def self.
new(size : Int)
        
#
       
      
      
      
     
  
    
  
  
  
  
  
    
  
    Instance Method Detail
  
  
    
      
        
        def 
<<(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
<<(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
compact(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
compact(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
each(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
each(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
each_with_index(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
each_with_index(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
empty?(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
empty?(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
first(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
first(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
includes?(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
includes?(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
inspect(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
inspect(*args, **options, &)
        
#
       
      
      
      
     
  
    
  
    
  
    
  
    
      
        
        def 
pop(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
pop(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
size(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
size(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
to_a(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
to_a(*args, **options, &)
        
#
       
      
      
      
     
  
    
      
        
        def 
to_s(*args, **options)
        
#
       
      
      
      
     
  
    
      
        
        def 
to_s(*args, **options, &)
        
#