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) |
andThen
R applyThrows(T t, U u) throws EolRuntimeException
applyThrows
in interface CheckedBiFunction<T,U,R,EolRuntimeException>
EolRuntimeException
default 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.