ChangeHandler

typealias ChangeHandler<Option> = (newValue: Value<Option>?, actionMeta: ActionMeta<Option>) -> Unit(source)