Lazy Service Lookup
class LazyServiceLookup<T : Any>(context: InjectionContext, map: Map<KClass<out T>, (InjectionContext) -> T>) : Lookup<T>
Content copied to clipboard
Lazy Lookup implementation
Constructors
LazyServiceLookup
Link copied to clipboard
fun <T : Any> LazyServiceLookup(context: InjectionContext, map: Map<KClass<out T>, (InjectionContext) -> T>)
Content copied to clipboard