Kotlin-Bloc
common
Bloc Core
/
com.onegravity.bloc.internal.builder
/
BlocBuilder
/
addThunk
add
Thunk
fun
<
A
:
Action
>
addThunk
(
matcher
:
Matcher
<
Action
,
A
>
,
thunk
:
Thunk
<
State
,
Action
,
A
,
Proposal
>
)
Only used internally but needs to be public because of calls from inlined public functions