@FunctionalInterface public interface CheckedBiFunction<T,U,R>
BiFunction that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
Copyright © 2014. All Rights Reserved.