.. _`Map`: .. _`org.sysess.builtin.map`: Map ``` .. image:: map.svg :width: 48 Map Lambda function over each element in argument list Documentation ::::::::::::: Map Lambda function over each element in argument list. Output list contains the result of element-wise application of the Lambda function on each input element. In contrast with Apply, partial application is not supported. Definition :::::::::: Input ports ........... **Function** -> Lambda Function to Map **List** [] Argument List Output ports ............ **List** [] Output List Configuration ............. **Action on exception** (fail_strategy) Decide how failure to process an item should be handled. Examples ........ * :download:`LambdaOperations.syx ` Implementation .............. .. automodule:: node_lambda :noindex: .. class:: Map :noindex: