baconjs / bacon.js

Functional reactive programming library for TypeScript and JavaScript
https://baconjs.github.io
MIT License
6.47k stars 330 forks source link

A groupBy operator #368

Closed xgrommx closed 8 years ago

xgrommx commented 10 years ago

Hello @raimohanska

In RxJS has an operator like a groupBy. But in BaconJS I can't found approach how can I do it. Maybe you can to help with it problem because it an operator is very useful as for me.

raimohanska commented 10 years ago

Well we simply don't have a groupBy operator at the moment. How would you describe it?

xgrommx commented 10 years ago

@raimohanska I think you can look on a groupBy operator in RxJS.

raimohanska commented 9 years ago

This would be nice, but I don't have the time. Who turns up with a groupBy impl?

alexandrelan commented 8 years ago

Hi @raimohanska,

I was going to give it a try, but I saw .groupBy() was already implemented. Can this issue be closed, or does it stay anything to implements ?

raimohanska commented 8 years ago

Good point :) i guess this one was simply forgotten.