asm89 / Rx.PHP

Reactive extensions for PHP.
MIT License
205 stars 24 forks source link

All operators that use lift now use the lift factory #21

Closed davidwdan closed 8 years ago

davidwdan commented 8 years ago

Also, added callable type hints and fixed tests.

Fixes #14 and #20.