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 interface BiFunction<T,U,R,E extends Exception>
BiFunction
functional interface which can throw a checked Exception.Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u)
Process the values.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.