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