Class: Denumerator

Inherits:
Enumerator show all
Includes:
Denumerable
Defined in:
lib/core/facets/denumerable.rb

Overview

Denumerator

A class like Enumerator, but which has ‘lazy’ versions of map, select etc.

Method Summary

Methods included from Denumerable

#map, #reject, #select, #skip, #take

Methods inherited from Enumerator

#_start, #fx, #fx_send, #initialize, #old_initialize, #to_h, #to_h_assoc, #to_h_auto, #to_h_flat, #to_h_multi, #to_h_splat

Constructor Details

This class inherits a constructor from Enumerator