Package 

Class RichieModule_ProvideInstance$app_releaseFactory

  • All Implemented Interfaces:
    dagger.internal.Factory , javax.inject.Provider

    @DaggerGenerated()@Generated(value = dagger.internal.codegen.ComponentProcessor, comments = https://dagger.dev) 
    public final class RichieModule_ProvideInstance$app_releaseFactory
     implements Factory<RichieInstance>
                        
    • Method Summary

      Modifier and Type Method Description
      RichieInstance get()
      static RichieModule_ProvideInstance$app_releaseFactory create(RichieModule module, Provider<PrefManager> prefManagerProvider)
      static RichieInstance provideInstance$app_release(RichieModule instance, PrefManager prefManager)
      • Methods inherited from class javax.inject.Provider

        get
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RichieModule_ProvideInstance$app_releaseFactory

        RichieModule_ProvideInstance$app_releaseFactory(RichieModule module, Provider<PrefManager> prefManagerProvider)