This is an automated email from the ASF dual-hosted git repository.

hepin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


    from 2b916125f0 chore: avoid create an empty array everytime.
     new 898b2936e1 feat: Add Sink.none operator
     new 776487459c Update docs/src/main/paradox/stream/operators/Sink/none.md

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../stream/operators/Sink/{forall.md => none.md}   | 18 +++++-----
 docs/src/main/paradox/stream/operators/index.md    |  2 ++
 .../operators/sink/{ForAll.java => NoneMatch.java} | 14 ++++----
 .../sink/{ForAll.scala => NoneMatch.scala}         | 14 ++++----
 .../org/apache/pekko/stream/javadsl/SinkTest.java  |  9 +++++
 .../apache/pekko/stream/scaladsl/SinkSpec.scala    | 40 ++++++++++++++++++++++
 .../org/apache/pekko/stream/javadsl/Sink.scala     | 25 ++++++++++++++
 .../org/apache/pekko/stream/scaladsl/Sink.scala    | 24 +++++++++++++
 8 files changed, 123 insertions(+), 23 deletions(-)
 copy docs/src/main/paradox/stream/operators/Sink/{forall.md => none.md} (62%)
 copy docs/src/test/java/jdocs/stream/operators/sink/{ForAll.java => 
NoneMatch.java} (84%)
 copy docs/src/test/scala/docs/stream/operators/sink/{ForAll.scala => 
NoneMatch.scala} (86%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to