Kotlin-Bloc
android
Bloc Core
/
com.onegravity.bloc
/
ComponentLazy
/
ComponentLazy
Component
Lazy
android
constructor
(
owner
:
Lazy
<
A
>
,
key
:
Any
,
create
:
(
context
:
BlocContext
)
->
Component
)