mdedetrich commented on issue #2403: URL: https://github.com/apache/pekko/issues/2403#issuecomment-3449965924
Yes this already exists I believe, there is also `Source.optionalVia` where you pass it a `Source` with `Optional` elements `E` and a `Flow` that works with `E` and it will only pass the defined elements in that `Source` to that flow. It returns `Source` with Optional elements where the elements that have been sent to the flow being defined. Is that what you are asking for? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
