Skip to content

Map

Projects each element in the given sequence or list through the given function.

Syntax

Core.Map
   ·  [monad]
   ·  [selector]

Parameters

monad
The sequence or list to project.
selector
The mapping function.

Return Value

The result of mapping each element through the given selector.