The removeIf method in section 14.1.5

thumb
List iList = new List.of(1, 2, 3, 4, 5, 6);
Status:
Fixed
Fixedinbuild:
1.13
Newtext:
List iList = new ArrayList<>(List.of(1, 2, 3, 4, 5, 6));
Comments:
Reportedby:
vdomanico

 Back