Uses of Interface
org.forgerock.util.BiFunction
- 
Packages that use BiFunction Package Description org.forgerock.config.util Contains utility classes for commons config.org.forgerock.util Provides common interfaces and classes. - 
- 
Uses of BiFunction in org.forgerock.config.util
Methods in org.forgerock.config.util with parameters of type BiFunction Modifier and Type Method Description JsonValuePropertyEvaluator.CoercionFunctionSpecJsonValuePropertyEvaluator.CoercionFunctionSpecBuilder. using(BiFunction<JsonValue,SubstitutionService,Object,JsonValueException> function)Specify the function that will convert the matched JSON into an object. - 
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. 
 -