Re: serializable versions of java 8 functional interfaces

2017-10-26 Thread Yury Babak
Currently for ml we have the following interfaces: * IgniteBiConsumer * IgniteBiFunction * IgniteConsumer * IgniteDoubleFunction * IgniteFunction * IgniteIntDoubleToDoubleBiFunction * IgniteIntIntToIntBiFunction * IgniteTriFunction * IntDoubleToVoidFunction * IntIntToDoubleFunction So we could mov

Re: serializable versions of java 8 functional interfaces

2017-10-26 Thread Yury Babak
Hello Alexandre, We already have serializable functional interfaces in ML module in package org.apache.ignite.ml.math.functions. Regards, Yury -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: serializable versions of java 8 functional interfaces

2017-10-25 Thread Dmitriy Setrakyan
Thanks, Alex, this is useful. Is there a Jira ticket for it? If not, can you create one? On Wed, Oct 25, 2017 at 12:05 PM, Alexandre Boudnik < alexander.boud...@gmail.com> wrote: > Hello, > > In order to use java 8 lambdas, we've developed serialized versions of a > few java.util.function interfa

serializable versions of java 8 functional interfaces

2017-10-25 Thread Alexandre Boudnik
Hello, In order to use java 8 lambdas, we've developed serialized versions of a few java.util.function interfaces. I'm going to make similar improvements on IgniteClosure, IgnitePredicate, etc Take care, Alexandre "Sasha" Boudnik call me via Google Voice: 1(405) BUDNIKA 1(405) 283-6452

[jira] [Created] (IGNITE-6757) to bring serializable versions of java 8 functional interfaces

2017-10-25 Thread Alexandre Boudnik (JIRA)
Alexandre Boudnik created IGNITE-6757: - Summary: to bring serializable versions of java 8 functional interfaces Key: IGNITE-6757 URL: https://issues.apache.org/jira/browse/IGNITE-6757 Project