injae-kim commented on code in PR #1053: URL: https://github.com/apache/incubator-pekko/pull/1053#discussion_r1472688447
########## docs/src/main/paradox/stream/operators/Source-or-Flow/mapWithResource.md: ########## @@ -11,6 +11,10 @@ Map elements with the help of a resource that can be opened, transform each elem 2. `f`: Transform each element inputs with the help of resource. Review Comment: ✅ updated! ########## docs/src/main/paradox/stream/operators/Source-or-Flow/mapWithResource.md: ########## @@ -11,6 +11,10 @@ Map elements with the help of a resource that can be opened, transform each elem 2. `f`: Transform each element inputs with the help of resource. 3. `close`: Close the resource, invoked on end of stream or if the stream fails, optionally outputting a last element. +@apidoc[Flow.mapWithResource](Flow) { scala="#mapWithResource%5BS%20%3C%3A%20AutoCloseable%2C%20T%5D%28create%3A%20%28%29%20%3D%3E%20S%2C%20f%3A%20%28S%2C%20Out%29%20%3D%3E%20T%29%3A%20Repr%5BT%5D" java="#mapWithResource(org.apache.pekko.japi.function.Creator,org.apache.pekko.japi.function.Function2)" } Review Comment: ✅ updated! -- 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-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org