DelayStreamTransformer<S> constructor
DelayStreamTransformer<S> (
- Duration duration
Constructs a StreamTransformer which will first pause for duration
of time,
before submitting events from the source Stream.
Implementation
DelayStreamTransformer(this.duration);