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

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


 discard 3634569526 feat: Add Source#elements
     add a08b52132f feat: Add mapOption operator (#2414)
     add d28b36b911 feat: Add Source#elements

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3634569526)
            \
             N -- N -- N   refs/heads/elements (d28b36b911)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../stream/operators/Source-or-Flow/mapOption.md   | 31 ++++++++++++++++++++++
 docs/src/main/paradox/stream/operators/index.md    |  2 ++
 .../operators/{Map.scala => MapOption.scala}       | 12 ++++-----
 .../apache/pekko/stream/javadsl/SourceTest.java    | 11 ++++++++
 .../apache/pekko/stream/scaladsl/FlowSpec.scala    |  9 +++++++
 .../apache/pekko/stream/scaladsl/SourceSpec.scala  | 14 ++++++++++
 .../org/apache/pekko/stream/impl/Stages.scala      |  1 +
 .../org/apache/pekko/stream/javadsl/Flow.scala     | 22 +++++++++++++++
 .../org/apache/pekko/stream/javadsl/Source.scala   | 22 +++++++++++++++
 .../org/apache/pekko/stream/javadsl/SubFlow.scala  | 22 +++++++++++++++
 .../apache/pekko/stream/javadsl/SubSource.scala    | 22 +++++++++++++++
 .../org/apache/pekko/stream/scaladsl/Flow.scala    | 20 ++++++++++++++
 12 files changed, 182 insertions(+), 6 deletions(-)
 create mode 100644 
docs/src/main/paradox/stream/operators/Source-or-Flow/mapOption.md
 copy docs/src/test/scala/docs/stream/operators/{Map.scala => MapOption.scala} 
(67%)


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

Reply via email to