Scope Registry
A registry is responsible managing references inside a scope.
Functions
get Or Create
Link copied to clipboard
abstract fun getOrCreate(key: RegKey, sync: Boolean = true, creator: () -> Reference<Any>): Any
Content copied to clipboard
Get or create a value that correspond for the given key.