GitHub user He-Pin added a comment to the discussion: Stream JavaDSL: start adding alternate methods that use Java function interfaces instead of the Pekko ones
The core reason is that when a Java user calls these functions using new xFunction, they will see a strange japi.function.Function instead of the familiar java.util.function.* that they are used to. I believe this is the main issue, especially for beginners. As for @exception, I don't think it's a significant problem since Java streams have never provided it anyway. GitHub link: https://github.com/apache/incubator-pekko/discussions/960#discussioncomment-8140594 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
