Package-level declarations
Types
Link copied to clipboard
Naive implementation of the RegistryKeyContext.
Link copied to clipboard
Mutable version of Registry that is used by builder function.
Link copied to clipboard
Link copied to clipboard
interface RegistryKeyContext
Describes how RegistryKeys are equated and stored in Registry.
Link copied to clipboard
A wrapper of RegistryKey that can be used in Kotlin stdlib's maps.
Functions
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.