I have a many objetcs with a list (LIST_A) with N elements and a list attribute ATTR_1, i would like to know a smart way to do a expression evaluation on ATTR_1 on all elements of the list (without doing list explode doing the calculation with expression evaluator and doing a list builder).
Thanks in advance.