RxJava-Optional icon indicating copy to clipboard operation
RxJava-Optional copied to clipboard

RxJava-Optional is an library that allows developers to use Optional using RxJava

Results 2 RxJava-Optional issues
Sort by recently updated
recently updated
newest added

I need a simple way to convert Optional to Observable. To do that i have added toObservable method which expose internal observable. Converting to Observable without this method is very...

Version up gradle example's version 1.1.0 -> 1.1.2 since 1.1.0 doesn't bundle com.eccyan.optional.utils.Objects.requireNonNull and Androids below API 19 won't execute this library