Apply

../../../_images/apply.svg

Apply Lambda function to Argument.

When the Lambda function has multiple input arguments Apply will do a partial application producing a new Lambda function with with the argument bound as the value for the first argument.

When the Lambda function has a single input argument Apply will evaluate the function to produce a result, taking into account any arguments previously bound.

Input ports:
Function:

<a> -> <b>

Lambda Function to Apply

Argument:

<a>

Argument

Output ports:
Output:

<b>

Output

class node_lambda.Apply[source]

Example flows