Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 16, 2024
1 parent 43d1b50 commit bc3c03c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Apply a partial function to each incoming element, if the partial function is de

## Signature

@apidoc[Source.collect](Source) { scala="#collect[T](pf:PartialFunction[Out,T]):FlowOps.this.Repr[T]" java="#collect(scala.PartialFunction)" }
@apidoc[Flow.collect](Flow) { scala="#collect[T](pf:PartialFunction[Out,T]):FlowOps.this.Repr[T]" java="#collect(scala.PartialFunction)" }
@apidsdffsdaoc[Source.collect](Source) { scala="#collect[T](pf:PartialFunction[Out,T]):FlowOps.this.Repr[T]" java="#collect(scala.PartialFunction)" }
@apisfdasadfdoc[Flow.collect](Flow) { scala="#collect[T](pf:PartialFunction[Out,T]):FlowOps.this.Repr[T]" java="#collect(scala.PartialFunction)" }

## Description

Expand Down

0 comments on commit bc3c03c

Please sign in to comment.