public final class OnSubscribeRange extends java.lang.Object implements Observable.OnSubscribe<java.lang.Integer>
| Constructor and Description |
|---|
OnSubscribeRange(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Subscriber<? super java.lang.Integer> o) |
public void call(Subscriber<? super java.lang.Integer> o)
call in interface Action1<Subscriber<? super java.lang.Integer>>