Uses of Interface
org.forgerock.util.BiFunction
Package
Description
Contains utility classes for commons config.
Classes and interfaces for common LDAP controls.
Provides common interfaces and classes.
-
Uses of BiFunction in org.forgerock.config.util
Modifier and TypeMethodDescriptionJsonValuePropertyEvaluator.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.opendj.ldap.controls
Modifier and TypeMethodDescriptionstatic <C extends Control>
ControlDecoder<C>Controls.newRequestControlDecoderWithValue
(Class<C> controlClass, String oid, String alias, BiFunction<Control, DecodeOptions, C, IOException> decoder) Creates a new control decoder for request controls which expects to find a value for the decoded control.static <C extends Control>
ControlDecoder<C>Controls.newResponseControlDecoderWithValue
(Class<C> controlClass, String oid, String alias, BiFunction<Control, DecodeOptions, C, IOException> decoder) Creates a new control decoder for response controls which expects to find a value for the decoded control. -
Uses of BiFunction in org.forgerock.util
Modifier and TypeMethodDescriptionstatic <T,
U, R, E extends Exception>
BiFunction<T,U, R> LambdaExceptionUtils.rethrowBiFunction
(BiFunction<T, U, R, E> function) Wrap aBiFunction
to comply withBiFunction
's no checked exception signature.