Uses of Class
org.forgerock.openig.util.Choice
-
Uses of Choice in org.forgerock.openig.util
Modifier and TypeMethodDescriptionstatic <V1,
V2> Choice<V1, V2> Choice.withValue1
(V1 value) Choose a value with typeV1
.static <V1,
V2> Choice<V1, V2> Choice.withValue2
(V2 value) Choose a value with typeV2
.