Searched refs:uncheckExceptions (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DFunctionalUtils.java35 public static <T> Consumer<T> uncheckExceptions(ThrowingConsumer<T> action) { method in class:FunctionalUtils
95 * Can be used together with {@link #uncheckExceptions} to effectively turn a lambda expression

Completed in 53 milliseconds