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=>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: [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]