asBlocState
fun <State : Any, SideEffect : Any, Proposal : Any> Bloc<State, Proposal, SideEffect>.asBlocState(): BlocState<State, Proposal>
Converts a Bloc to a BlocState.
This can be used only if the Action type is the same as the Proposal type (what goes in, must come out).