T
- The type of the first argument consumed.U
- The type of the second argument consumed.R
- The type of the result.E
- The type of exception thrown.@FunctionalInterface public static interface LambdaExceptionUtils.ThrowingBiFunction<T,U,R,E extends Exception>
Consumer
functional interface.Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u)
Process the values.
|
Copyright 2010-2020 ForgeRock AS.