runeflobakk / motif

A Java library helping you to compose behavior from smaller parts.
http://runeflobakk.github.io/motif
6 stars 0 forks source link

Allow SimpleIterator.nextIfAvailable() to throw checked Exceptions. #23

Closed runeflobakk closed 10 years ago

runeflobakk commented 10 years ago

Allow SimpleIterator.nextIfAvailable() to throw checked Exceptions. If implementation throws exception, SimpleIterator rethrows it wrapped in a RuntimeException if original exception is checked.

runeflobakk commented 10 years ago

Pushed to dev branch ec9a359caa9f30a9ad408c7ce839e0cd47c0b747