Class ListAppendFunction


  • @Beta
    public final class ListAppendFunction
    extends FunctionOperand
    Represents the list_append(operand, operand) function in building expression.

    "list_append (operand, operand) – This function evaluates to a list with a new element added to it. You can append the new element to the start or the end of the list by reversing the order of the operands."

    This object is as immutable (or unmodifiable) as the values in it's operands.