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,MexSingleCellDataLoaderConfigurer,NullSingleCellDataLoaderConfigurer,SequencingMetadataFileSingleCellDataLoaderConfigurer
public interface DataLoaderConfigurer<T extends DataLoader,C extends DataLoaderConfig>Configures aDataLoaderfrom aDataLoaderConfig.The main reason we have this is to allow for different data loading strategies for a given configuration.
- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TconfigureLoader(C config)Create aDataLoaderfrom the given configuration.
-
-
-
Method Detail
-
configureLoader
T configureLoader(C config)
Create aDataLoaderfrom the given configuration.
-
-