Class
Enumerator::Lazy
In:
lib/backports/2.0.0/enumerator/lazy.rb
Parent:
Enumerator
Methods
collect
collect_concat
cycle
drop
drop_while
find_all
flat_map
grep
lazy
map
new
reject
select
take
take_while
zip
External Aliases
cycle
->
non_lazy_cycle
to_a
->
force
Public Class methods
new
(obj) {|yielder, *x| ...}
Public Instance methods
collect
()
Alias for
map
collect_concat
()
Alias for
flat_map
cycle
(n = nil)
drop
(n)
drop_while
() {|*values| ...}
find_all
()
Alias for
select
flat_map
() {|*values| ...}
grep
(pattern) {|values| ...}
lazy
()
map
() {|*values| ...}
reject
() {|values| ...}
select
() {|values| ...}
take
(n)
take_while
() {|*values| ...}
zip
(*args)
[Validate]