zak.taccardi
10/23/2019, 7:07 PMFlow<T> for this. Every instance of T is immutable all the way down, which has a bunch of advantages. @Model seems to require use of varzak.taccardi
10/23/2019, 7:08 PMLuca Nicoletti
10/23/2019, 7:09 PMmutable state which get updated everytime your immutable data emitsjim
10/23/2019, 7:11 PM@Model for people who's applications are already designed for mutable data or otherwise find it hard to work with immutable data. If you are already using immutable data, great!