mdedetrich commented on issue #2178: URL: https://github.com/apache/pekko/issues/2178#issuecomment-3266215782
> [@mdedetrich](https://github.com/mdedetrich) This operator will make avoid something like `Source.map(Optional.ofNullable(...)).filter(Optional::isPresent).map(Optional::get)` Yes but how is this even going to work? On a fundamental level, pekko streams can never have `null` as an element, see https://doc.akka.io/libraries/akka-core/current/stream/stream-flows-and-basics.html#illegal-stream-elements. I don't think this is even possible -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org