Interface DataLoaderConfigurer<T extends DataLoader,C extends DataLoaderConfig>
- Type Parameters:
T- the type ofDataLoaderthis configurer producesC- the type ofDataLoaderConfigthis configurer consumes
- All Known Subinterfaces:
SingleCellDataLoaderConfigurer<T>
- All Known Implementing Classes:
AbstractAnnDataSingleCellDataLoaderConfigurer,AbstractMexSingleCellDataLoaderConfigurer,AnnDataSingleCellDataLoaderConfigurer,GenericMetadataSingleCellDataLoaderConfigurer,GeoMexSingleCellDataLoaderConfigurer,MexSingleCellDataLoaderConfigurer,NullSingleCellDataLoaderConfigurer,SequencingMetadataFileSingleCellDataLoaderConfigurer
public interface DataLoaderConfigurer<T extends DataLoader,C extends DataLoaderConfig>
Configures a
DataLoader from a DataLoaderConfig.
The main reason we have this is to allow for different data loading strategies for a given configuration.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionconfigureLoader(C config) Create aDataLoaderfrom the given configuration.
-
Method Details
-
configureLoader
Create aDataLoaderfrom the given configuration.
-