Docs: add some API links to stream operator docs (#28180)
* Docs: add some API links to stream operator docs * Complement CONTRIBUTION.md * Switch to frameless Javadoc
This commit is contained in:
parent
d53d3701fa
commit
4d04bb968b
6 changed files with 21 additions and 4 deletions
|
|
@ -41,3 +41,6 @@ Java
|
|||
|
||||
@@@
|
||||
|
||||
## API docs
|
||||
|
||||
@apidoc[Flow.filter](Flow) { scala="#filter(p:Out=%3EBoolean):FlowOps.this.Repr[Out]" java="#filter(akka.japi.function.Predicate)" }
|
||||
|
|
|
|||
|
|
@ -41,3 +41,6 @@ Java
|
|||
|
||||
@@@
|
||||
|
||||
## API docs
|
||||
|
||||
@apidoc[Flow.filterNot](Flow) { scala="#filterNot(p:Out=%3EBoolean):FlowOps.this.Repr[Out]" java="#filterNot(akka.japi.function.Predicate)" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue