mktany2k / funcito

Automatically exported from code.google.com/p/funcito
0 stars 0 forks source link

Add support for RxJava #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi,

just add the support of RxJava in your useful lib.

https://github.com/Netflix/RxJava

https://github.com/Netflix/RxJava/blob/master/rxjava-core/src/main/java/rx/util/
functions/Func0.java

Regards,
Ronan.

Original issue reported on code.google.com by ronan.mi...@gmail.com on 29 Jun 2013 at 8:09

GoogleCodeExporter commented 9 years ago
Thanks, I will consider doing this, although from my brief glance I would 
probably do func1 rather than func0. I may have some questions for you about 
RxJava after I examine this further. 

Original comment by kandpwel...@gmail.com on 2 Jul 2013 at 5:38

GoogleCodeExporter commented 9 years ago
I really like this.  I wil try to add this in 1.3 release.  Note, I will also 
probably add support for Action1<T>, since my 1.3 is adding support for 
side-effect inducing "functional" objects.

Original comment by kandpwel...@gmail.com on 9 Jul 2013 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 17 Jul 2013 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 18 Jul 2013 at 5:13

GoogleCodeExporter commented 9 years ago
Thank you for this suggestion.  Now implemented and released in v 1.3.0

Original comment by kandpwel...@gmail.com on 31 Oct 2013 at 6:18