ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.32k stars 73 forks source link

Take while inclusive #349

Open CMCDragonkai opened 1 year ago

CMCDragonkai commented 1 year ago

Rxjs 6.x has take while inclusive. It can take the first parameter that failed the condition.

Can ixjs have this too?