Searched refs:Fun (Results 1 – 4 of 4) sorted by relevance
93 interface Fun {void f() throws Throwable;} in f() interface in AsLifoQueue94 private static void THROWS(Class<? extends Throwable> k, Fun... fs) { in THROWS()95 for (Fun f : fs) in THROWS()
154 interface Fun {void f() throws Throwable;} in f() interface in ForgetMeNot155 static void THROWS(Class<? extends Throwable> k, Fun... fs) { in THROWS()156 for (Fun f : fs) in THROWS()
254 interface Fun { interface in IteratorAtEnd259 static void THROWS(Class<? extends Throwable> k, Fun... fs) { in THROWS()260 for (Fun f : fs) { in THROWS()
1389 Iterable<Fun> fs) { in throwsConsistently()1391 for (Fun f : fs) in throwsConsistently()1406 List<Fun> fs = new ArrayList<>(); in checkNPEConsistency()1768 interface Fun {void f() throws Throwable;} in f() interface in MOAT1769 private static void THROWS(Class<? extends Throwable> k, Fun... fs) { in THROWS()1770 for (Fun f : fs) in THROWS()