Map

../../../_images/map.svg
class node_lambda.Map[source]

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.

Inputs:
Function : <a> -> <b>

Lambda Function to Map

List : [<a>]

Argument List

Outputs:
List : [<b>]

Output List

Configuration:
Action on exception

Decide how failure to process an item should be handled.