Single Item Scope Registry
ScopeRegistry that is specialized to hold only one item.
If the key changes, the held item will be replaced.
Constructors
Functions
Link copied to clipboard
open override fun getOrCreate( key: RegKey, sync: Boolean, creator: () -> Reference<Any>): Any
Content copied to clipboard
Get or create a value that correspond for the given key.