(count int, shouldRetry func(error) bool, opts ...Option)
| 61 | Reduce(apply Func2, opts ...Option) OptionalSingle |
| 62 | Repeat(count int64, frequency Duration, opts ...Option) Observable |
| 63 | Retry(count int, shouldRetry func(error) bool, opts ...Option) Observable |
| 64 | Run(opts ...Option) Disposed |
| 65 | Sample(iterable Iterable, opts ...Option) Observable |
| 66 | Scan(apply Func2, opts ...Option) Observable |
no outgoing calls