@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://google.github.io/dagger") public final class DefaultUserProfileCacheRuntimeDelegatable_Factory extends Object implements dagger.internal.Factory<DefaultUserProfileCacheRuntimeDelegatable>
| Constructor and Description |
|---|
DefaultUserProfileCacheRuntimeDelegatable_Factory(javax.inject.Provider<OverridesRegistry> contextProvider,
javax.inject.Provider<Map<UserID,UserPublicProfile>> publicProfileProvider,
javax.inject.Provider<Map<UserID,UserPrivateProfile>> privateProfileProvider) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultUserProfileCacheRuntimeDelegatable_Factory |
create(javax.inject.Provider<OverridesRegistry> contextProvider,
javax.inject.Provider<Map<UserID,UserPublicProfile>> publicProfileProvider,
javax.inject.Provider<Map<UserID,UserPrivateProfile>> privateProfileProvider) |
DefaultUserProfileCacheRuntimeDelegatable |
get() |
static DefaultUserProfileCacheRuntimeDelegatable |
newDefaultUserProfileCacheRuntimeDelegatable(OverridesRegistry context,
Map<UserID,UserPublicProfile> publicProfile,
Map<UserID,UserPrivateProfile> privateProfile) |
static DefaultUserProfileCacheRuntimeDelegatable |
provideInstance(javax.inject.Provider<OverridesRegistry> contextProvider,
javax.inject.Provider<Map<UserID,UserPublicProfile>> publicProfileProvider,
javax.inject.Provider<Map<UserID,UserPrivateProfile>> privateProfileProvider) |
public DefaultUserProfileCacheRuntimeDelegatable_Factory(javax.inject.Provider<OverridesRegistry> contextProvider, javax.inject.Provider<Map<UserID,UserPublicProfile>> publicProfileProvider, javax.inject.Provider<Map<UserID,UserPrivateProfile>> privateProfileProvider)
public DefaultUserProfileCacheRuntimeDelegatable get()
get in interface javax.inject.Provider<DefaultUserProfileCacheRuntimeDelegatable>public static DefaultUserProfileCacheRuntimeDelegatable provideInstance(javax.inject.Provider<OverridesRegistry> contextProvider, javax.inject.Provider<Map<UserID,UserPublicProfile>> publicProfileProvider, javax.inject.Provider<Map<UserID,UserPrivateProfile>> privateProfileProvider)
public static DefaultUserProfileCacheRuntimeDelegatable_Factory create(javax.inject.Provider<OverridesRegistry> contextProvider, javax.inject.Provider<Map<UserID,UserPublicProfile>> publicProfileProvider, javax.inject.Provider<Map<UserID,UserPrivateProfile>> privateProfileProvider)
public static DefaultUserProfileCacheRuntimeDelegatable newDefaultUserProfileCacheRuntimeDelegatable(OverridesRegistry context, Map<UserID,UserPublicProfile> publicProfile, Map<UserID,UserPrivateProfile> privateProfile)
Copyright © 2019. All rights reserved.