| Package | Description |
|---|---|
| org.cthul.fixsure.fetchers |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EagerFetcher.EagerCombinedValues<T> |
protected static class |
LazyFetcher.LazyCombinedValues<T> |
| Modifier and Type | Method and Description |
|---|---|
protected <T> AbstractFetcher.CombinableValues<T> |
LazyFetcher.newValues(int n,
DataSource<? extends T> g) |
protected <T> AbstractFetcher.CombinableValues<T> |
EagerFetcher.newValues(int n,
DataSource<? extends T> g) |
protected abstract <T> AbstractFetcher.CombinableValues<T> |
AbstractFetcher.newValues(int n,
DataSource<? extends T> g) |
Copyright © 2019. All rights reserved.