class

Ktistec::Util::PaginatedArray(T)

Inherits Reference < Object

Constructors

new(array : Array(T))
Source
new(size : Int)
Source

Instance methods

<<(*args, **options)
Source
<<(*args, **options, &)
Source
compact(*args, **options)
Source
compact(*args, **options, &)
Source
cursor_end
Source
cursor_end=(cursor_end : Int64 | Nil)
Source
cursor_start
Source
cursor_start=(cursor_start : Int64 | Nil)
Source
each(*args, **options)
Source
each(*args, **options, &)
Source
each_with_index(*args, **options)
Source
each_with_index(*args, **options, &)
Source
empty?(*args, **options)
Source
empty?(*args, **options, &)
Source
first(*args, **options)
Source
first(*args, **options, &)
Source
first?(*args, **options)
Source
first?(*args, **options, &)
Source
group_by(*args, **options)
Source
group_by(*args, **options, &)
Source
has_next=(has_next : Bool)
Source
has_next?
Source
has_prev=(has_prev : Bool)
Source
has_prev?
Source
includes?(*args, **options)
Source
includes?(*args, **options, &)
Source
inspect(*args, **options)
Source
inspect(*args, **options, &)
Source
last(*args, **options)
Source
last(*args, **options, &)
Source
last?(*args, **options)
Source
last?(*args, **options, &)
Source
pop(*args, **options)
Source
pop(*args, **options, &)
Source
reverse!(*args, **options)
Source
reverse!(*args, **options, &)
Source
size(*args, **options)
Source
size(*args, **options, &)
Source
to_a(*args, **options)
Source
to_a(*args, **options, &)
Source
to_s(*args, **options)
Source
to_s(*args, **options, &)
Source
to_set(*args, **options)
Source
to_set(*args, **options, &)
Source