Class LiterateFunction

  • All Implemented Interfaces:
    FunctionExpression, Factory, Expression, Function

    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
    • Constructor Detail

      • LiterateFunction

        public LiterateFunction()