| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<java.lang.Iterable<T>> |
allOptions() |
static <T> ObservableChoosable<T> |
allWithDefault(java.lang.Iterable<T> allValues,
T defaultValue) |
io.reactivex.Flowable<T> |
choice() |
void |
choose(T newlySelected) |
public static <T> ObservableChoosable<T> allWithDefault(java.lang.Iterable<T> allValues, T defaultValue)
public io.reactivex.Flowable<java.lang.Iterable<T>> allOptions()
public io.reactivex.Flowable<T> choice()