BlocStateBuilder

This builder creates a BlocState that uses the accept function to process the Bloc's proposal and potentially updates the State.

Functions

Link copied to clipboard
abstract fun accept(accept: Acceptor<Proposal, State>)

Properties

Link copied to clipboard
abstract var initialState: State