loadOrderForOrNull
fun <Element> KoneContextRegistry.loadOrderForOrNull(suppliedElementType: SuppliedType<Element>): Order<Element>?(source)
Shortcut for getting Order context for the given suppliedElementType or null
if there is no such context in the registry.