ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 121 forks source link

Try & Option converters #210

Closed rvanheest closed 7 years ago

rvanheest commented 7 years ago

Refer to issue #209 for the start of the discussion.

This PR adds a .toObservable converter for scala.util.Try and scala.Option as well as a Observable.from wrapper for scala.util.Try.

zsxwing commented 7 years ago

👍 Thanks, @rvanheest