java int stream min

Solutions on MaxInterview for java int stream min by the best coders in the world

showing results for - "java int stream min"
Francesco
28 Jun 2016
1list.stream().min(Integer::compare).get()