MergeSorted
org.apache.pekko.stream.javadsl.MergeSorted
object MergeSorted
Merge two pre-sorted streams such that the resulting stream is sorted.
'''Emits when''' both inputs have an element available
'''Backpressures when''' downstream backpressures
'''Completes when''' all upstreams complete
'''Cancels when''' downstream cancels
Attributes
- Source
- Graph.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MergeSorted.type
Members list
In this article