JavaScript is disabled on your browser.
Skip navigation links
PingGateway 2025.6.0-SNAPSHOT API
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.forgerock.util.Action
Packages that use
Action
Package
Description
org.forgerock.util
Provides common interfaces and classes.
Uses of
Action
in
org.forgerock.util
Methods in
org.forgerock.util
with parameters of type
Action
Modifier and Type
Method
Description
static <E extends
Exception
>
Runnable
LambdaExceptionUtils.
rethrowAction
(
Action
<E> action)
Wrap an
Action
to comply with
Runnable
's no checked exception signature.