mkodekar / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Add Debounce and Throttle to Guava? #1818

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be interesting to have something like Debounce and Throttle functions 
in Guava?

I really like those 2 and have used them from Underscore.js a couple times.

I Think they are more like a functional thing, but nevertheless they are very 
useful for handling UI events.

http://underscorejs.org/#throttle
http://underscorejs.org/#debounce

I could try to send a pull request if you guys thing it would be usefull to 
Guava to have those.

Cheers

Original issue reported on code.google.com by cristian...@gmail.com on 29 Jul 2014 at 6:18

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:07