Class LapplyFunction

All Implemented Interfaces:
Expression, Function, FunctionExpression, Factory

public class LapplyFunction extends FunctionExpressionImpl
Apply an expression to each item of a list, resulting in a new list. Provide a list and an expression as input, returns a new list as output. Use the "." symbol inside the expression to refer to each item of the list.
Author:
Niels Charlier