public interface BiFunction<T,U,R> extends Throwables.BiFunction<T,U,R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u) |
R apply(T t, U u)
apply in interface Throwables.BiFunction<T,U,R,RuntimeException>Copyright © 2021. All rights reserved.