Given the code fragment:
Stream> iStr= Stream.of (
Arrays.asList (''1'', ''John''),
Arrays.asList (''2'', null)0;
Stream< nInSt = iStr.flatMapToInt ((x) -> x.stream ());
nInSt.forEach (System.out :: print);
What is the result?
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!