parent
fd89f36940
commit
936c97051a
13 changed files with 731 additions and 23 deletions
|
|
@ -197,6 +197,22 @@ fromPublisher
|
|||
^^^^^^^^^^^^^
|
||||
Integration with Reactive Streams, subscribes to a ``org.reactivestreams.Publisher``.
|
||||
|
||||
zipN
|
||||
^^^^
|
||||
Combine the elements of multiple streams into a stream of sequences.
|
||||
|
||||
**emits** when all of the inputs has an element available
|
||||
|
||||
**completes** when any upstream completes
|
||||
|
||||
zipWithN
|
||||
^^^^^^^^
|
||||
Combine the elements of multiple streams into a stream of sequences using a combiner function.
|
||||
|
||||
**emits** when all of the inputs has an element available
|
||||
|
||||
**completes** when any upstream completes
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -186,6 +186,22 @@ fromPublisher
|
|||
^^^^^^^^^^^^^
|
||||
Integration with Reactive Streams, subscribes to a ``org.reactivestreams.Publisher``.
|
||||
|
||||
zipN
|
||||
^^^^
|
||||
Combine the elements of multiple streams into a stream of sequences.
|
||||
|
||||
**emits** when all of the inputs has an element available
|
||||
|
||||
**completes** when any upstream completes
|
||||
|
||||
zipWithN
|
||||
^^^^^^^^
|
||||
Combine the elements of multiple streams into a stream of sequences using a combiner function.
|
||||
|
||||
**emits** when all of the inputs has an element available
|
||||
|
||||
**completes** when any upstream completes
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue