ResourceRepository

interface ResourceRepository<T>

Interface that provides resources needed by the forms.

Functions

Link copied to clipboard
abstract fun getRepository(): T
Link copied to clipboard
abstract fun isLoaded(): Boolean
Link copied to clipboard
abstract suspend fun waitUntilLoaded()

Suspend function that will wait for resource to be loaded. Must be called before trying to get any of the repositories.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard