bartfeenstra / fu-php

🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2 stars 1 forks source link

Add assertions for iterator items [BC break] #68

Open bartfeenstra opened 7 years ago

bartfeenstra commented 7 years ago

This fixes https://github.com/bartfeenstra/fu-php/issues/66.

bartfeenstra commented 7 years ago

Iterator::assert() could take an optional second parameter as the exception/throwable factory.