public final class OperatorElementAt<T> extends java.lang.Object implements Observable.Operator<T,T>
| Constructor and Description | 
|---|
| OperatorElementAt(int index) | 
| OperatorElementAt(int index,
                 T defaultValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscriber<? super T> | call(Subscriber<? super T> subscriber) | 
public OperatorElementAt(int index)
public OperatorElementAt(int index,
                 T defaultValue)
public Subscriber<? super T> call(Subscriber<? super T> subscriber)
call in interface Func1<Subscriber<? super T>,Subscriber<? super T>>