select<N extends StateNotifier<S> , S, R> abstract method
A function to read SimpleProvider or a StateProvider and subscribe to the events.
this method returns the value returned by the select or when methods
Implementation
R select<N extends StateNotifier<S>, S, R>(
SelectFilteredProvider<N, S, R> filter,
);