DelayStreamTransformer<S> constructor

DelayStreamTransformer<S>(
  1. Duration duration
)

Constructs a StreamTransformer which will first pause for duration of time, before submitting events from the source Stream.

Implementation

DelayStreamTransformer(this.duration);