@FunctionalInterface public interface CheckedBiFunction<T,S,R,E extends Exception>
BiFunction, but allows throwing checked exceptions.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T param1,
S param2)
Applies the function for the given 2 parameters (T, S) and returns R.
|
Copyright © 2026. All rights reserved.