UnzipWith
Split one stream into several streams using a splitting function.
'''Emits when''' all of the outputs stops backpressuring and there is an input element available
'''Backpressures when''' any of the outputs backpressures
'''Completes when''' upstream completes
'''Cancels when''' any downstream cancels
Attributes
- Source
- UnzipWith.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UnzipWith.type
Members list
Value members
Concrete methods
Create a new UnzipWith vertex with the specified input type and unzipping-function f.
Create a new UnzipWith vertex with the specified input type and unzipping-function f.
Value parameters
- f
-
unzipping-function from the input value to the pair of output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 10 outputs.
Create a new UnzipWith specialized for 10 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 11 outputs.
Create a new UnzipWith specialized for 11 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 12 outputs.
Create a new UnzipWith specialized for 12 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 13 outputs.
Create a new UnzipWith specialized for 13 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 14 outputs.
Create a new UnzipWith specialized for 14 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 15 outputs.
Create a new UnzipWith specialized for 15 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 16 outputs.
Create a new UnzipWith specialized for 16 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 17 outputs.
Create a new UnzipWith specialized for 17 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 18 outputs.
Create a new UnzipWith specialized for 18 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 19 outputs.
Create a new UnzipWith specialized for 19 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 20 outputs.
Create a new UnzipWith specialized for 20 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 21 outputs.
Create a new UnzipWith specialized for 21 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 22 outputs.
Create a new UnzipWith specialized for 22 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 3 outputs.
Create a new UnzipWith specialized for 3 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 4 outputs.
Create a new UnzipWith specialized for 4 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 5 outputs.
Create a new UnzipWith specialized for 5 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 6 outputs.
Create a new UnzipWith specialized for 6 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 7 outputs.
Create a new UnzipWith specialized for 7 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 8 outputs.
Create a new UnzipWith specialized for 8 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala
Create a new UnzipWith specialized for 9 outputs.
Create a new UnzipWith specialized for 9 outputs.
Value parameters
- f
-
unzipping-function from the input value to the output values
Attributes
- Source
- UnzipWith.scala