@FunctionalInterface public interface ThrowingBiFunction<T,U,R,X extends Throwable> extends BiFunction<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t,
U u) |
R |
tryApply(T t,
U u) |
andThenCopyright © 2015–2017 Zalando SE. All rights reserved.