0
4
Find first element in a list using the stream API
0 Comments
myList.stream().filter(e -> true).findFirst();