ReactiveX / IxJS

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

Take while inclusive #349

Open CMCDragonkai opened 2 years ago

CMCDragonkai commented 2 years ago

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

Can ixjs have this too?