T
- the value typepublic final class OperatorElementAt<T> extends 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> child) |
public OperatorElementAt(int index)
public OperatorElementAt(int index, T defaultValue)
public Subscriber<? super T> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>
Copyright © 2017. All rights reserved.