Apply

../../../_images/apply.svg
class node_lambda.Apply[source]

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.

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

Lambda Function to Apply

Argument : <a>

Argument

Outputs:
Output : <b>

Output