Package rx.internal.operators
Class OnSubscribeRange
- java.lang.Object
-
- rx.internal.operators.OnSubscribeRange
-
- All Implemented Interfaces:
Action
,Action1<Subscriber<? super java.lang.Integer>>
,Function
,Observable.OnSubscribe<java.lang.Integer>
public final class OnSubscribeRange extends java.lang.Object implements Observable.OnSubscribe<java.lang.Integer>
Emit ints from start to end inclusive.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
OnSubscribeRange.RangeProducer
-
Field Summary
Fields Modifier and Type Field Description private int
endIndex
private int
startIndex
-
Constructor Summary
Constructors Constructor Description OnSubscribeRange(int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(Subscriber<? super java.lang.Integer> childSubscriber)
-
-
-
Method Detail
-
call
public void call(Subscriber<? super java.lang.Integer> childSubscriber)
- Specified by:
call
in interfaceAction1<Subscriber<? super java.lang.Integer>>
-
-