Searched refs:ThrowingSupplier (Results 1 – 1 of 1) sorted by relevance
36 public interface ThrowingSupplier<T> { interface in ExceptionUtils49 public static <T> Supplier<T> ignoreExceptions(ThrowingSupplier<T> func) { in ignoreExceptions()