Home
last modified time | relevance | path

Searched refs:ThrowingSupplier (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/tests/lib/multivariant/com/android/testutils/
DExceptionUtils.java36 public interface ThrowingSupplier<T> { interface in ExceptionUtils
49 public static <T> Supplier<T> ignoreExceptions(ThrowingSupplier<T> func) { in ignoreExceptions()