ComponentLazy

class ComponentLazy<A : ViewModelStoreOwner, Component : Any>(owner: Lazy<A>, key: Any, create: (context: BlocContext) -> Component) : Lazy<Component>

Constructors

Link copied to clipboard
constructor(owner: Lazy<A>, key: Any, create: (context: BlocContext) -> Component)

Functions

Link copied to clipboard
open override fun isInitialized(): Boolean

Properties

Link copied to clipboard
open override val value: Component