T - U - R - @FunctionalInterface public interface CheckedEolBiFunction<T,U,R> extends CheckedBiFunction<T,U,R,EolRuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t,
U u) |
R |
applyThrows(T t,
U u) |
andThenR applyThrows(T t, U u) throws EolRuntimeException
applyThrows in interface CheckedBiFunction<T,U,R,EolRuntimeException>EolRuntimeExceptiondefault R apply(T t, U u)
apply in interface BiFunction<T,U,R>apply in interface CheckedBiFunction<T,U,R,EolRuntimeException>Copyright © 2020. All rights reserved.