Uses of Interface
org.forgerock.util.AsyncSupplier
-
Uses of AsyncSupplier in org.forgerock.util.promise
Modifier and TypeMethodDescriptionstatic <V,
E extends Exception>
Promises.IterateOverBuilder<V,E> Promises.iterateOver
(Iterable<AsyncSupplier<V, E>> promiseIterable) Configure anPromises.IterateOverBuilder
to iterate over anIterable
of promisesuppliers
in search of the first to match a givenpredicate
.static <V,
E extends Exception>
Promises.IterateOverBuilder<V,E> Promises.iterateOver
(Stream<AsyncSupplier<V, E>> promiseStream) Configure anPromises.IterateOverBuilder
to iterate over aStream
of promisesuppliers
in search of the first to match a givenpredicate
.