2016-04-02 3 views

Antwort

8

Verwenden flatMapToInt

int[] result = stream.flatMapToInt(Arrays::stream).toArray();