NAME
Sidef::Object::Lazy
DESCRIPTION
This class implements ...
SYNOPSIS
var obj = Lazy(...)
METHODS
each
Lazy.each() -> Obj
Return the
first
Lazy.first() -> Obj
Return the
first_by
Lazy.first_by() -> Obj
Return the
grep
Lazy.grep() -> Obj
Return the
Aliases: select
iter
Lazy.iter() -> Obj
Return the
map
Lazy.map() -> Obj
Return the
Aliases: collect
new
Lazy.new() -> Obj
Return the
to_a
Lazy.to_a() -> Obj
Return the