Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new collection whose elements are the results of applying the given functor to each of the elements of the collection.
('T -> 'U) -> 'T list -> 'U list.
Syntax
public IRPayTaxCalcList map(IRPayTaxCalcFunctor _functor, Object _context)
Run On
Called
Parameters
- _functor
Type: IRPayTaxCalcFunctor Interface
The functor.
- _context
Type: Object Class
The context.
Return Value
Type: IRPayTaxCalcList Interface
The map.