@FunctionalInterface public static interface CollectionUtils.BiFunctionWithException<T,U,R,E extends java.lang.Exception>
BiFunction
, except it allows throwing a
checked exception.Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u)
Returns the supplied value.
|