pjfanning commented on code in PR #2363:
URL: https://github.com/apache/pekko/pull/2363#discussion_r2462678774
##########
docs/src/main/paradox/stream/operators/Source-or-Flow/doOnFirst.md:
##########
@@ -0,0 +1,31 @@
+# doOnFirst
+
+Run the given function when the first element is received.
+
+@ref[Simple operators](../index.md#simple-operators)
+
+## Signature
+
+@apidoc[Source.doOnFirst](Source) {
scala="#doOnFirst(f:Out=>Unit):FlowOps.this.Repr[Out]"
java="#map(org.apache.pekko.japi.function.Procedure)" }
+@apidoc[Flow.doOnFirst](Flow) {
scala="#doOnFirst(f:Out=>Unit):FlowOps.this.Repr[Out]"
java="#map(org.apache.pekko.japi.function.Procedure)" }
Review Comment:
some of these reports look valid
--
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]