LazyServiceLookup

fun <T : Any> LazyServiceLookup(context: InjectionContext, map: Map<KClass<out T>, (InjectionContext) -> T>)