gcanti / fp-ts-rxjs

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

liftOperator #52

Open anthonyjoeseph opened 3 years ago

anthonyjoeseph commented 3 years ago

Closes https://github.com/gcanti/fp-ts-rxjs/issues/39 (allows OperatorFunctions e.g. filter to be used on ObservableEither, ObservableThese, ReaderObservableEither and StateReaderObservableEither)

Version of https://github.com/gcanti/fp-ts-rxjs/pull/47, branched from master