Uses of Class
org.forgerock.util.Option
Packages that use Option
-
Uses of Option in org.forgerock.util
Methods in org.forgerock.util that return OptionModifier and TypeMethodDescriptionstatic <T> Option<T>
Defines an option with the provided type and default value.static <T> Option<T>
Option.withDefault
(T defaultValue) Defines a boolean option with the provided default value.Methods in org.forgerock.util with parameters of type Option