public class OperatorTextViewInput<T extends android.widget.TextView> extends java.lang.Object implements rx.Observable.OnSubscribe<T>
OperatorTextViewInput(T input, boolean emitInitialValue)
void
call(rx.Subscriber<? super T> observer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OperatorTextViewInput(T input, boolean emitInitialValue)
public void call(rx.Subscriber<? super T> observer)
call
rx.functions.Action1<rx.Subscriber<? super T extends android.widget.TextView>>