@Beta public final class ListAppendFunction extends FunctionOperand
"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.
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.