Re: RichFunctions and Streaming

2014-08-04 Thread Kostas Tzoumas
Hi Gyula, Sorry for not giving you a heads up for this. We changed the API to work on the interfaces that contain one abstract method rather than the rich functions in order to support Java 8 lambdas down the road (this is not done yet). We did this now in order to bundle as many breaking changes

Re: RichFunctions and Streaming

2014-08-03 Thread Gyula Fóra
Okay, it didnt take me too much time to replace the regular functions with the Rich versions and everything works again. I still need to do some cleanups before I can push it, but I will finnish it today and that should also fix the pull request. Also +1 for the RichFunctions, we were missing the

RichFunctions and Streaming

2014-08-03 Thread Gyula Fóra
Hey, I see that you have changed and moved around a lot of things regarding the functions for the API. Also these Rich functions were introduced. Since it pretty much broke our whole API and I have to rewrite a lot of things, do you think I should use the RichFunctions instead of the standard one