Good morning.
I would like to collect specific elements from a list. I could do the Java 7 style, but I'm curious how I would do it in the Java 8 style.
For example:
[1, 2, 3], [1, 2, 3], [4, 5, 6]] = An ArrayList of Object []
Collec...
asked by
02.01.2015 / 12:07