@FunctionalInterface public interface XBiFunction<T,U,R,X extends Exception>
BiFunction| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Performs this operation on the given arguments and returns a result.
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.