Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 730 Bytes

take-until.md

File metadata and controls

20 lines (13 loc) · 730 Bytes

TakeUntil

Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last returned

// TODO add example

For more details, see the documentation.


✏ Edit this page if you see a typo or wish to contribute an improvement. Alternatively, you can also report an issue you see.