RepeatOperator<T> extension

on

Methods

repeat([int count = maxInteger]) Observable<T>

Available on Observable<T>, provided by the RepeatOperator extension

Resubscribes on this observable count times.