Package | Description |
---|---|
org.dataloader.impl |
Modifier and Type | Class and Description |
---|---|
class |
PromisedValuesImpl<T> |
Modifier and Type | Method and Description |
---|---|
static <T> PromisedValues<T> |
PromisedValues.allOf(CompletionStage<T> f1,
CompletionStage<T> f2)
Returns a new
PromisedValues that is completed when all of
the given CompletionStage s complete. |
static <T> PromisedValues<T> |
PromisedValues.allOf(CompletionStage<T> f1,
CompletionStage<T> f2,
CompletionStage<T> f3)
Returns a new
PromisedValues that is completed when all of
the given CompletionStage s complete. |
static <T> PromisedValues<T> |
PromisedValues.allOf(CompletionStage<T> f1,
CompletionStage<T> f2,
CompletionStage<T> f3,
CompletionStage<T> f4)
Returns a new
PromisedValues that is completed when all of
the given CompletionStage s complete. |
static <T> PromisedValues<T> |
PromisedValues.allOf(List<? extends CompletionStage<T>> cfs)
Returns a new
PromisedValues that is completed when all of
the given CompletionStage s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(List<PromisedValues<T>> cfs)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3,
PromisedValues<T> pv4)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValuesImpl.combineAllOf(List<? extends CompletionStage<T>> cfs) |
static <T> PromisedValues<T> |
PromisedValuesImpl.combinePromisedValues(List<PromisedValues<T>> promisedValues) |
PromisedValues<T> |
PromisedValuesImpl.thenAccept(Consumer<PromisedValues<T>> handler) |
PromisedValues<T> |
PromisedValues.thenAccept(Consumer<PromisedValues<T>> handler)
When the all the futures complete, this call back will be invoked with this
PromisedValues as a parameter |
Modifier and Type | Method and Description |
---|---|
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3,
PromisedValues<T> pv4)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3,
PromisedValues<T> pv4)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3,
PromisedValues<T> pv4)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(PromisedValues<T> pv1,
PromisedValues<T> pv2,
PromisedValues<T> pv3,
PromisedValues<T> pv4)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
Modifier and Type | Method and Description |
---|---|
static <T> PromisedValues<T> |
PromisedValues.allPromisedValues(List<PromisedValues<T>> cfs)
Returns a new
PromisedValues that is completed when all of
the given PromisedValues s complete. |
static <T> PromisedValues<T> |
PromisedValuesImpl.combinePromisedValues(List<PromisedValues<T>> promisedValues) |
PromisedValues<T> |
PromisedValuesImpl.thenAccept(Consumer<PromisedValues<T>> handler) |
PromisedValues<T> |
PromisedValues.thenAccept(Consumer<PromisedValues<T>> handler)
When the all the futures complete, this call back will be invoked with this
PromisedValues as a parameter |
Copyright © 2019. All rights reserved.