ThrottleStreamTransformer<T> constructor
ThrottleStreamTransformer<T> (
- Duration duration
Transforms a stream by throttling stream values by duration
Implementation
ThrottleStreamTransformer(this.duration);