YohDeadfall / Kinetic

A lightweight implementation of the Reactive framework.
MIT License
14 stars 1 forks source link

Added GroupBy for collections #144

Closed YohDeadfall closed 4 months ago

YohDeadfall commented 4 months ago

@SuperJMN, is it what you asked when said about grouping like in DynamicData? Currently implemented only the static version, so in the tests you can see item.Name.Get(), but later there will be dynamic in that pull request.

YohDeadfall commented 4 months ago

One more thing. The pull request lacks of tests for a custom result selector, but under the hood the same path is used for ObservableGrouping<TKey, TElement> construction, so it works too.