Class: Functional::Collect

Inherits:
Base show all
Defined in:
lib/functional.rb

Direct Known Subclasses

Map

Instance Attribute Summary

Attributes inherited from Base

#exe, #next

Instance Method Summary collapse

Methods inherited from Base

#end, #initialize, #to_proc

Constructor Details

This class inherits a constructor from Functional::Base

Instance Method Details

#call(*a) ⇒ Object



54
55
56
# File 'lib/functional.rb', line 54

def call *a
  @next.call *@exe.call( *a)
end