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 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

lazy

Lazy.lazy() -> Obj

Return the

map

Lazy.map() -> Obj

Return the

Aliases: collect

new

Lazy.new() -> Obj

Return the

nth

Lazy.nth() -> Obj

Return the

to_a

Lazy.to_a() -> Obj

Return the