RegistryBuilder
Mutable version of Registry that is used by builder function.
Functions
Link copied to clipboard
Checks if the registryKey is stored in the registry and have association with anything.
Link copied to clipboard
Link copied to clipboard
Retrieves value by this registryKey or throws exception if no association is present.
Link copied to clipboard
Retrieves value by this registryKey or returns default value if no association is present.
Link copied to clipboard
Retrieves value by this registryKey or computes block and returns its value if no association is present.
Link copied to clipboard
Retrieves value by this registryKey or returns null
if no association is present.
Link copied to clipboard
Associates provided registryKey with provided value overriding existing association of the registryKey.
Link copied to clipboard
Represents this registry as Kotlin stdlib's map.