Searched defs:lazyBoolean (Results 1 – 2 of 2) sorted by relevance
49 @Inject Lazy<Boolean> lazyBoolean; field in InjectedThing95 @Inject InjectedThing( in InjectedThing()188 @Inject void lazyBoolean(Lazy<Boolean> lazyBoolean) {} in lazyBoolean() method in InjectedThing
116 @Inject internal lateinit var lazyBoolean: Lazy<Boolean> variable170 @Inject internal fun lazyBoolean(lazyBoolean: Lazy<Boolean>) {} in lazyBoolean() method