toothpick-runtime / toothpick / ScopeImpl / getLazy

getLazy

open fun <T : Any> getLazy(clazz: Class<T>): Lazy<T>
open fun <T : Any> getLazy(clazz: Class<T>, name: String): Lazy<T>