What does this code print?System.out.println(Stream.of(1,2,3).filter(i -> i<2).findFirst().orElse(0));