Companion
object Companion
Functions
Link copied to clipboard
fun <T> builder(initialState: T, validator: StateValidator<T> = NoOpValidator()): EventDrivenStateContainer.Builder<T>
Creates a new EventDrivenStateContainer with the given initial state.