Uses of Interface
org.forgerock.opendj.ldap.Functions.ToIntFunction
Packages that use Functions.ToIntFunction
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of Functions.ToIntFunction in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type Functions.ToIntFunctionModifier and TypeMethodDescriptionstatic <R, E extends Exception>
ToIntFunction<R> Functions.rethrowIntFunction(Functions.ToIntFunction<R, E> function) Wrap a throwingFunctions.ToIntFunctionto comply withToIntFunction's no checked exception signature.