Ahmed Ibrahim
@JvmSuppressWildCard
internal class SalesSectionReader @Inject constructor( private val sectionsLocalDataSource: SectionsDataSource, private val saleEntityToSaleSectionSaleMapper: Mapper<@JvmSuppressWildcards SaleEntity, @JvmSuppressWildcards SaleSection.Sale>, private val blogEntityToBlogSectionMapper: Mapper<@JvmSuppressWildcards BlogEntity, @JvmSuppressWildcards SaleSection.Blog>, private val tagEntityToSaleSectionTagMapper: Mapper<@JvmSuppressWildcards TagEntity, @JvmSuppressWildcards SaleSection.Tag> ) : StoreListReader<AllSectionsKey, SaleSection>
Javier
A modern programming language that makes developers happier.