object Zip
Ordering
- Alphabetic
- By Inheritance
Inherited
- Zip
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def create[A, B]: [FanInShape2[A, B, Pair[A, B]], NotUsed]
Create a new
Zip
operator with the specified input types and zipping-function which createsakka.japi.Pair
s.
Combine the elements of 2 streams into a stream of tuples.
A
Zip
has aleft
and aright
input port and oneout
portEmits when all of the inputs has an element available
Backpressures when downstream backpressures
Completes when any upstream completes
Cancels when downstream cancels