public class OperatorTextViewInput extends java.lang.Object implements rx.Observable.OnSubscribe<OnTextChangeEvent>
| Constructor and Description |
|---|
OperatorTextViewInput(android.widget.TextView input,
boolean emitInitialValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(rx.Subscriber<? super OnTextChangeEvent> observer) |
public OperatorTextViewInput(android.widget.TextView input,
boolean emitInitialValue)
public void call(rx.Subscriber<? super OnTextChangeEvent> observer)
call in interface rx.functions.Action1<rx.Subscriber<? super OnTextChangeEvent>>