Package org.dataloader.impl
-
Interface Summary Interface Description PromisedValues<T> This allows multipleCompletionStages to be combined and completed as one and should something go wrong, instead of throwingCompletionExceptions it captures the cause and returns null for that data value, otherwise it allows you to access them as a list of values. -
Class Summary Class Description Assertions CompletableFutureKit Some really basic helpers when working with CompletableFuturesDefaultCacheMap<K,V> Default implementation ofCacheMapthat is based on a regularHashMap.NoOpValueCache<K,V> Implementation ofValueCachethat does nothing.PromisedValuesImpl<T> -
Exception Summary Exception Description DataLoaderAssertionException