Companion

object Companion

Functions

Link copied to clipboard
fun <T> create(initialState: T, validator: StateValidator<T> = NoOpValidator()): ImmutableStateContainer<T>

Creates a new ImmutableStateContainer with the given initial state and validator.