select<S> abstract method
SaveProvider<S>
select<S>(
- S select(
- T value
- Stream<
S> then(- Stream<
S> source, - SaveObserver $
- Stream<
Modifies the notification timing and the value of the state
Implementation
SaveProvider<S> select<S>(
S Function(T value) select, {
Stream<S> Function(Stream<S> source, SaveObserver $)? then,
});