@FunctionalInterface public interface ThrowableBiFunction<T,U,R,E extends Exception> extends BiFunction<T,U,R>
BiFunction but allows for checked Exceptions to be thrown.| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T first,
U second) |
R |
applyOrFail(T first,
U second)
Consumes the given two elements.
|
andThenCopyright © 2017 Saxonia Systems AG. All rights reserved.