class Test{ public static void main(java.util.List list) { list.stream().filter((e) -> true) } }