class Ktistec::Util::PaginatedArray(T)

Defined in:

framework/util.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(size : Int) #

[View source]
def self.new #

[View source]

Instance Method Detail

def <<(*args, **options) #

[View source]
def <<(*args, **options, &) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]
def each_with_index(*args, **options) #

[View source]
def each_with_index(*args, **options, &) #

[View source]
def empty?(*args, **options) #

[View source]
def empty?(*args, **options, &) #

[View source]
def first(*args, **options) #

[View source]
def first(*args, **options, &) #

[View source]
def includes?(*args, **options) #

[View source]
def includes?(*args, **options, &) #

[View source]
def inspect(*args, **options) #

[View source]
def inspect(*args, **options, &) #

[View source]
def map(&block : T -> U) : PaginatedArray(U) forall U #

[View source]
def more=(more : Bool) #

[View source]
def more? : Bool #

[View source]
def pop(*args, **options) #

[View source]
def pop(*args, **options, &) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]
def to_a(*args, **options) #

[View source]
def to_a(*args, **options, &) #

[View source]
def to_s(*args, **options) #

[View source]
def to_s(*args, **options, &) #

[View source]