update method
void
update(
- HubbleViewState predicate(
- HubbleViewState value
inherited
Implementation
void update(T Function(T value) predicate) {
emit(SimpleValue(predicate(state.value)));
}