-
- All Implemented Interfaces:
public class RepositoryFacade.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RepositoryFacade.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RepositoryFacadecreate(RepositoryFactory factory, CoroutineScope scope, Config defaultConfig)Creates a new instance of RepositoryFacade and populate the Singleton instance. -
-
Method Detail
-
create
final RepositoryFacade create(RepositoryFactory factory, CoroutineScope scope, Config defaultConfig)
Creates a new instance of RepositoryFacade and populate the Singleton instance. This method should be used mainly for tests or internally by other constructor methods.
- Parameters:
factory- RepositoryFacadescope- CoroutineScopedefaultConfig- Config
-
-
-
-