Searched defs:errorSupplier (Results 1 – 1 of 1) sorted by relevance
166 public Poll<E> errorOnFail(Function<E, String> errorSupplier) { in errorOnFail()184 private void softErrorOnFail(Function2<String, E, String> errorSupplier) { in softErrorOnFail() argument