@FunctionalInterface public interface ThrowableBiConsumer<T,U,E extends Exception> extends BiConsumer<T,U>
BiConsumer but allows for checked Exceptions to be thrown.StringUtil.splitByDelimiters(String, Collection, ThrowableBiConsumer)| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T first,
U second) |
void |
acceptOrFail(T first,
U second)
Consumes the given two elements.
|
andThenCopyright © 2017 Saxonia Systems AG. All rights reserved.