Kotlin-Bloc
android
Bloc Core
/
com.onegravity.bloc
/
ComponentLazy
Component
Lazy
android
class
ComponentLazy
<
A
:
ViewModelStoreOwner
,
Component
:
Any
>
(
owner
:
Lazy
<
A
>
,
key
:
Any
,
create
:
(
context
:
BlocContext
)
->
Component
)
:
Lazy
<
Component
>
Members
Constructors
Component
Lazy
Link copied to clipboard
android
constructor
(
owner
:
Lazy
<
A
>
,
key
:
Any
,
create
:
(
context
:
BlocContext
)
->
Component
)
Functions
is
Initialized
Link copied to clipboard
android
open
override
fun
isInitialized
(
)
:
Boolean
Properties
value
Link copied to clipboard
android
open
override
val
value
:
Component