loadOrElse
inline fun <Context> KoneContextRegistry.loadOrElse(key: RegistryKey<Context>, block: () -> Context): Context(source)
Shortcut for getting context of type Context from KoneContextRegistry by corresponding key or computes and returns value via block if nothing is associated with the key.