gcanti / fp-ts-rxjs

fp-ts bindings for RxJS
https://gcanti.github.io/fp-ts-rxjs/
MIT License
187 stars 29 forks source link

Add `ObservableOption` #59

Closed OliverJAsh closed 3 years ago

OliverJAsh commented 3 years ago

Fixes https://github.com/gcanti/fp-ts-rxjs/issues/17

I used ObservableEither as a template.

OliverJAsh commented 3 years ago

@gcanti Resolved those comments, I guess we can't make the same changes to ObservableEither without introducing breaking changes?

gcanti commented 3 years ago

@OliverJAsh ObservableEither is different as there's a left and a right

gcanti commented 3 years ago

Thanks @OliverJAsh !