Searched refs:errorSupplier (Results 1 – 1 of 1) sorted by relevance
157 public Poll<E> errorOnFail(Function<E, String> errorSupplier) { in errorOnFail() argument158 softErrorOnFail((vn, v) -> errorSupplier.apply(v)); in errorOnFail()174 private void softErrorOnFail(Function2<String, E, String> errorSupplier) { in softErrorOnFail() argument175 mErrorSupplier = errorSupplier; in softErrorOnFail()