loadOrderForOrElse

inline fun <Element> KoneContextRegistry.loadOrderForOrElse(suppliedElementType: SuppliedType<Element>, block: () -> Order<Element>): Order<Element>(source)

Shortcut for getting Order context for the given suppliedElementType or compute block to get such context if there is no such context in the registry.