Uses of Package
org.dataloader.impl
Packages that use org.dataloader.impl
-
Classes in org.dataloader.impl used by org.dataloader.implClassDescriptionImplementation of
ValueCache
that does nothing.This allows multipleCompletionStage
s to be combined together and completed as one and should something go wrong, instead of throwingCompletionException
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.