Given the code fragment:

Which two code fragments, when inserted at line n1 independently, result in the output PEEK: Unix?
Select all that apply, then click Submit answer.
-
○
.anyMatch ();
-
○
.allMatch ();
-
○
.findAny ();
-
○
.noneMatch ();
-
○
.findFirst ();


