Uses of Interface
org.dataloader.impl.PromisedValues
Packages that use PromisedValues
-
Uses of PromisedValues in org.dataloader.impl
Classes in org.dataloader.impl that implement PromisedValuesMethods in org.dataloader.impl that return PromisedValuesModifier and TypeMethodDescriptionstatic <T> PromisedValues
<T> PromisedValues.allOf
(CompletionStage<T> f1, CompletionStage<T> f2) Returns a newPromisedValues
that is completed when all of the givenCompletionStage
s complete.static <T> PromisedValues
<T> PromisedValues.allOf
(CompletionStage<T> f1, CompletionStage<T> f2, CompletionStage<T> f3) Returns a newPromisedValues
that is completed when all of the givenCompletionStage
s complete.static <T> PromisedValues
<T> PromisedValues.allOf
(CompletionStage<T> f1, CompletionStage<T> f2, CompletionStage<T> f3, CompletionStage<T> f4) Returns a newPromisedValues
that is completed when all of the givenCompletionStage
s complete.static <T> PromisedValues
<T> PromisedValues.allOf
(List<? extends CompletionStage<T>> cfs) Returns a newPromisedValues
that is completed when all of the givenCompletionStage
s complete.static <T> PromisedValues
<T> PromisedValues.allPromisedValues
(List<PromisedValues<T>> cfs) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.static <T> PromisedValues
<T> PromisedValues.allPromisedValues
(PromisedValues<T> pv1, PromisedValues<T> pv2) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.static <T> PromisedValues
<T> PromisedValues.allPromisedValues
(PromisedValues<T> pv1, PromisedValues<T> pv2, PromisedValues<T> pv3) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.static <T> PromisedValues
<T> PromisedValues.allPromisedValues
(PromisedValues<T> pv1, PromisedValues<T> pv2, PromisedValues<T> pv3, PromisedValues<T> pv4) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.static <T> PromisedValues
<T> PromisedValuesImpl.combineAllOf
(List<? extends CompletionStage<T>> cfs) static <T> PromisedValues
<T> PromisedValuesImpl.combinePromisedValues
(List<PromisedValues<T>> promisedValues) PromisedValues.thenAccept
(Consumer<PromisedValues<T>> handler) When the all the futures complete, this call back will be invoked with thisPromisedValues
as a parameterPromisedValuesImpl.thenAccept
(Consumer<PromisedValues<T>> handler) Methods in org.dataloader.impl with parameters of type PromisedValuesModifier and TypeMethodDescriptionstatic <T> PromisedValues
<T> PromisedValues.allPromisedValues
(PromisedValues<T> pv1, PromisedValues<T> pv2) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.static <T> PromisedValues
<T> PromisedValues.allPromisedValues
(PromisedValues<T> pv1, PromisedValues<T> pv2, PromisedValues<T> pv3) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.static <T> PromisedValues
<T> PromisedValues.allPromisedValues
(PromisedValues<T> pv1, PromisedValues<T> pv2, PromisedValues<T> pv3, PromisedValues<T> pv4) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.Method parameters in org.dataloader.impl with type arguments of type PromisedValuesModifier and TypeMethodDescriptionstatic <T> PromisedValues
<T> PromisedValues.allPromisedValues
(List<PromisedValues<T>> cfs) Returns a newPromisedValues
that is completed when all of the givenPromisedValues
s complete.static <T> PromisedValues
<T> PromisedValuesImpl.combinePromisedValues
(List<PromisedValues<T>> promisedValues) PromisedValues.thenAccept
(Consumer<PromisedValues<T>> handler) When the all the futures complete, this call back will be invoked with thisPromisedValues
as a parameterPromisedValuesImpl.thenAccept
(Consumer<PromisedValues<T>> handler)