DataStateNotifierX<T> extension

Functional utilities for DataStateNotifier

on

Methods

map(T convert(T)) DataStateNotifier<T>
Maps all models of the list (if present) through convert
where(bool test(T)) DataStateNotifier<T>
Filters all models of the list (if present) through test