JavaScript is disabled on your browser.
Skip navigation links
Identity Gateway 2024.3.0 API
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.forgerock.util.Consumer
Packages that use
Consumer
Package
Description
org.forgerock.util
Provides common interfaces and classes.
Uses of
Consumer
in
org.forgerock.util
Methods in
org.forgerock.util
with parameters of type
Consumer
Modifier and Type
Method
Description
static <T,
E extends
Exception
>
Consumer
<T>
LambdaExceptionUtils.
rethrowConsumer
(
Consumer
<T,
E> consumer)
Wrap a
Consumer
to comply with
Consumer
's no checked exception signature.