Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DPoll.java157 public Poll<E> errorOnFail(Function<E, String> errorSupplier) { in errorOnFail() argument
158 softErrorOnFail((vn, v) -> errorSupplier.apply(v)); in errorOnFail()
174 private void softErrorOnFail(Function2<String, E, String> errorSupplier) { in softErrorOnFail() argument
175 mErrorSupplier = errorSupplier; in softErrorOnFail()