Searched defs:FailableFunction (Results 1 – 3 of 3) sorted by relevance
32 public interface FailableFunction<T, R, E extends Throwable> { interface
207 public interface FailableFunction<I, R, T extends Throwable> { interface in Functions
1758 new FailableFunction<Object, Object, Throwable>() { in testThrows_FailableFunction_Object_Throwable() method1773 new FailableFunction<String, String, IOException>() { in testThrows_FailableFunction_String_IOException() method