-
- All Implemented Interfaces:
-
dagger.internal.Factory,javax.inject.Provider
@DaggerGenerated()@Generated(value = dagger.internal.codegen.ComponentProcessor, comments = https://dagger.dev) public final class HorizontalCardWithCardOfferLabelListAdapter_Factory implements Factory<HorizontalCardWithCardOfferLabelListAdapter>
-
-
Method Summary
Modifier and Type Method Description HorizontalCardWithCardOfferLabelListAdapterget()static HorizontalCardWithCardOfferLabelListAdapter_Factorycreate(Provider<Context> contextProvider, Provider<Boolean> isHorizontalCardProvider, Provider<Boolean> isDoubleCardProvider, Provider<String> fromProvider, Provider<String> fromTitleProvider)static HorizontalCardWithCardOfferLabelListAdapternewInstance(Context context, boolean isHorizontalCard, boolean isDoubleCard, String from, String fromTitle)-
-
Method Detail
-
get
HorizontalCardWithCardOfferLabelListAdapter get()
-
create
static HorizontalCardWithCardOfferLabelListAdapter_Factory create(Provider<Context> contextProvider, Provider<Boolean> isHorizontalCardProvider, Provider<Boolean> isDoubleCardProvider, Provider<String> fromProvider, Provider<String> fromTitleProvider)
-
newInstance
static HorizontalCardWithCardOfferLabelListAdapter newInstance(Context context, boolean isHorizontalCard, boolean isDoubleCard, String from, String fromTitle)
-
-
-
-