public final class RxTextSwitcher
extends java.lang.Object
TextSwitcher.| Modifier and Type | Method and Description |
|---|---|
static <any> |
currentText(android.widget.TextSwitcher view)
Deprecated.
Use view::setCurrentText method reference.
|
static <any> |
text(android.widget.TextSwitcher view)
Deprecated.
Use view::setText method reference.
|
@Deprecated public static <any> text(android.widget.TextSwitcher view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
@Deprecated public static <any> currentText(android.widget.TextSwitcher view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.