public interface ThrowingBiFunction<T,U,R> extends java.util.function.BiFunction<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t,
U u) |
R |
applyThrows(T t,
U u) |
andThenCopyright © 2020–2022 ICIJ. All rights reserved.