This looks crazy but hey it works
List<String> someList = new ArrayList<>(); //has contentsomeList.forEach(System.out::println);
This works. Magic
This looks crazy but hey it works
List<String> someList = new ArrayList<>(); //has contentsomeList.forEach(System.out::println);
This works. Magic