Class ObservableChoosable<T>
- java.lang.Object
-
- org.streamingpool.core.rx.process.ObservableChoosable<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()voidchoose(T newlySelected)
-
-
-
Method Detail
-
allWithDefault
public static <T> ObservableChoosable<T> allWithDefault(java.lang.Iterable<T> allValues, T defaultValue)
-
allOptions
public io.reactivex.Flowable<java.lang.Iterable<T>> allOptions()
-
choice
public io.reactivex.Flowable<T> choice()
-
-