Open Doomsdayrs opened 2 years ago
Currently Filter.Group/List both have their states set to a Map<Int,Any/T>
Filter.Group/List
This is quite redundant, as Array<Filter<*/T>> can handle the job as each child Filter already has a state.
Array<Filter<*/T>>
Filter
Currently
Filter.Group/List
both have their states set to a Map<Int,Any/T>This is quite redundant, as
Array<Filter<*/T>>
can handle the job as each childFilter
already has a state.