T - the type of the first input to the function.U - the type of the second input to the function.R - the type of the result of the function.E - the type of checked exception thrown.@FunctionalInterface
public interface CheckedBiFunction<T,U,R,E extends java.lang.Exception>
BiFunction, whose method
throws a checked exception.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Applies this function to the given argument.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.