Package | Description |
---|---|
org.dataloader.impl |
Class and Description |
---|
PromisedValues
This allows multiple
CompletionStage s to be combined together and completed
as one and should something go wrong, instead of throwing CompletionException s it captures the cause and returns null for that
data value, other wise it allows you to access them as a list of values. |
Copyright © 2017–2021. All rights reserved.