@FunctionalInterface public interface CheckedBiFunction<LEFT,RIGHT,OUTPUT,THROWABLE extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
OUTPUT |
apply(LEFT left,
RIGHT right)
The same as
BiFunction.apply(Object, Object)
except that this method is declared with a throws-clause. |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.