GitHub user He-Pin added a comment to the discussion: How about add a `>>>`
operator which alias `via`?
noop, `>>` is `flatmap`, and `>>>` is `via`.
I'm asking for this because I find it will looks nicer when using it with `for`.
eg:
```scala
for {
a <- (flowA >>> flowB >>> flowC)
b <- flowD <<< Source(...)
} yield b
```
GitHub link:
https://github.com/apache/incubator-pekko/discussions/969#discussioncomment-8153224
----
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]