Class Concat<T>

java.lang.Object
net.pincette.rs.Concat<T>
Type Parameters:
T - the value type.
All Implemented Interfaces:
Flow.Publisher<T>

public class Concat<T> extends Object implements Flow.Publisher<T>
Concatenates multiple publishers of the same type to form one publisher that completes when the last given publisher completes.
Since:
3.0
Author:
Werner Donné