<U> Try<U> |
Try.flatMap(java.util.function.Function<? super V,Try<U>> mapper) |
Flats maps the Try into another Try type
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoaderWithTry(BatchLoader<K,Try<V>> batchLoadFunction) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoaderWithTry(BatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoaderWithTry(BatchLoaderWithContext<K,Try<V>> batchLoadFunction) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoaderWithTry(BatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoaderWithTry(BatchLoader<K,Try<V>> batchLoadFunction) |
Creates new DataLoader with the specified batch loader function and default options
(batching, caching and unlimited batch size) where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoaderWithTry(BatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoaderWithTry(BatchLoaderWithContext<K,Try<V>> batchLoadFunction) |
Creates new DataLoader with the specified batch loader function and default options
(batching, caching and unlimited batch size) where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoaderWithTry(BatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoaderWithTry(MappedBatchLoader<K,Try<V>> batchLoadFunction) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoaderWithTry(MappedBatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoaderWithTry(MappedBatchLoaderWithContext<K,Try<V>> batchLoadFunction) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoaderWithTry(MappedBatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoaderWithTry(MappedBatchLoader<K,Try<V>> batchLoadFunction) |
Creates new DataLoader with the specified batch loader function and default options
(batching, caching and unlimited batch size) where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoaderWithTry(MappedBatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoaderWithTry(MappedBatchLoaderWithContext<K,Try<V>> batchLoadFunction) |
Creates new DataLoader with the specified batch loader function and default options
(batching, caching and unlimited batch size) where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoaderWithTry(MappedBatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|