Searched defs:FailablePredicate (Results 1 – 3 of 3) sorted by relevance
31 public interface FailablePredicate<T, E extends Throwable> { interface
230 public interface FailablePredicate<I, T extends Throwable> { interface in Functions
2244 new FailablePredicate<Object, Throwable>() { in testThrows_FailablePredicate_Object_Throwable() method2259 new FailablePredicate<String, IOException>() { in testThrows_FailablePredicate_String_IOException() method