Uses of Class
org.forgerock.util.promise.PromiseImpl
-
Packages that use PromiseImpl Package Description org.forgerock.util.promise An implementation of thePromise
API in Java. -
-
Uses of PromiseImpl in org.forgerock.util.promise
Methods in org.forgerock.util.promise that return PromiseImpl Modifier and Type Method Description static <V,E extends Exception>
PromiseImpl<V,E>PromiseImpl. create()
Creates a new pendingPromise
implementation.
-