method merge
Documentation for method merge
assembled from the following types:
class Supply
From Supply
(Supply) method merge
method merge(Supply --> Supply)
Creates a supply to which any value seen from the given supplies, is emitted. The resulting supply is done Only when all given supplies are done. Can also be called as a class method.