Scope Registry
A registry is responsible managing references inside a scope.
Functions
getOrCreate
Link copied to clipboard
abstract fun getOrCreate(key: RegKey, sync: Boolean = true, creator: () -> Reference<Any>): Any
Content copied to clipboard