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