Uses of Class
org.forgerock.util.promise.PromiseImpl
Packages that use PromiseImpl
-
Uses of PromiseImpl in org.forgerock.util.promise
Methods in org.forgerock.util.promise that return PromiseImplModifier and TypeMethodDescriptionstatic <V,
E extends Exception>
PromiseImpl<V,E> PromiseImpl.create()
Creates a new pendingPromise
implementation.