Package 

Object RepositoryFacade.Companion

    • Method Summary

      Modifier and Type Method Description
      final RepositoryFacade create(RepositoryFactory factory, CoroutineScope scope, Config defaultConfig) Creates a new instance of RepositoryFacade and populate the Singleton instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 - RepositoryFacade
        scope - CoroutineScope
        defaultConfig - Config