A simple test follows:
${message}
Now perform functional test:
Filter test:
Filter matches:
Filter matches 2:
Map 1:
Map 2:
Map 3:
Live Map 1:
Reduce:
${methods.reduce(keys, #lambda(x, y) x + ", " + y)} ${methods.reduce(keys2, #lambda(x, y) x + ", " + y)} ${methods.reduce(numbers, #lambda(x, y) x + y)} ${methods.reduce(numbers, #lambda(x, y) (x * 10) + y)}