You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/08/10 18:42:29 UTC

[GitHub] [incubator-pekko] pjfanning commented on a diff in pull request #555: +str Add Flow contramap.

pjfanning commented on code in PR #555:
URL: https://github.com/apache/incubator-pekko/pull/555#discussion_r1290540097


##########
docs/src/main/paradox/stream/operators/Flow/contramap.md:
##########
@@ -0,0 +1,33 @@
+# contramap
+
+Transform this Flow by applying a function to each *incoming* upstream element before it is passed to the Flow.
+
+@ref[Simple operators](../index.md#simple-operators)
+
+## Signature
+
+@apidoc[Flow.contramap](Flow) { scala="#contramap[In2](f:In2=&gt;In):Flow[In2, Out, Mat]" java="#map(
+akka.japi.function.Function)" }

Review Comment:
   no hurry but docs here use 'akka' prefix instead of 'org.apache.pekko'



-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org