Class LiterateFunction

All Implemented Interfaces:
Expression, Function, FunctionExpression, Factory

public class LiterateFunction extends FunctionExpressionImpl
Builds a list via iteration. An index property name, a count (number of iterations) and an (indexed) expression must be provided. The result is a list containing the evaluated expression for each index.
Author:
Niels Charlier