public class MultiModelLoaderFactory extends Object
ModelLoader that wraps one or more other ModelLoaders for
a given model and data class.| Constructor and Description |
|---|
MultiModelLoaderFactory(Pools.Pool<List<Throwable>> throwableListPool) |
| Modifier and Type | Method and Description |
|---|---|
<Model,Data> |
build(Class<Model> modelClass,
Class<Data> dataClass) |
public MultiModelLoaderFactory(@NonNull Pools.Pool<List<Throwable>> throwableListPool)