Uses of Interface
org.forgerock.util.BiFunction
- 
Packages that use BiFunction Package Description org.forgerock.util Provides common interfaces and classes. - 
- 
Uses of BiFunction in org.forgerock.util
Methods in org.forgerock.util with parameters of type BiFunction Modifier and Type Method Description static <T,U,R,E extends Exception>
BiFunction<T,U,R>LambdaExceptionUtils. rethrowBiFunction(BiFunction<T,U,R,E> function)Wrap aBiFunctionto comply withBiFunction's no checked exception signature. 
 -