@FunctionalInterface public interface CheckedBiFunction<T,U,R> extends BiFunction<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t,
U u) |
R |
applyChecked(T t,
U u) |
andThenCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.