Comment on Reduce operation in Java 8parentComments−yarper11ySure, the other way is this; Arrays.stream(new int[] { 1,2,3 }).sum();
Comments
Sure, the other way is this;