The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Object::Lazy

DESCRIPTION

This object is ...

SYNOPSIS

var obj = Lazy.new(...);

METHODS

each

Lazy.each() -> Obj

Return the

first

Lazy.first() -> Obj

Return the

grep

Lazy.grep() -> Obj

Return the

Aliases: select

iter

Lazy.iter() -> Obj

Return the

map

Lazy.map() -> Obj

Return the

new

Lazy.new() -> Obj

Return the

to_a

Lazy.to_a() -> Obj

Return the