public final class RxCheckedTextView
extends java.lang.Object
CheckedTextView.| Modifier and Type | Method and Description |
|---|---|
static <any> |
check(android.widget.CheckedTextView view)
Deprecated.
Use view::setChecked method reference.
|
@Deprecated public static <any> check(android.widget.CheckedTextView view)
view with a boolean value.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.