map(functor,master)

creates a new array from data source, by using results of functor

Parameters

  • functor - method that needs being executed
    • function
  • master - the object that the method needs being applied (optional)
    • object

Returns

method doesn't return any data