GitHub user He-Pin edited a discussion: How about add a `>>>` operator which alias `via`?
ZIO is using `>>>` alias with `via` and I think it's very readable . And FS2 is using `>>` alias with `flatmap(s: => Stream)` too. There is already a `++` in scaladsl. And there is a ` def >>>(e: Enumerator[E]): Enumerator[E] = andThen(e)` in https://github.com/playframework/play-iteratees GitHub link: https://github.com/apache/incubator-pekko/discussions/969 ---- 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]
