functify icon indicating copy to clipboard operation
functify copied to clipboard

throw exceptions where appropriate

Open kevinbarabash opened this issue 10 years ago • 1 comments

e.g. only certain methods are available on Pausables, if any other method is called it should throw (or end the iterable and log a warning)

kevinbarabash avatar Jun 21 '15 05:06 kevinbarabash

I add throw statements in the new keys(), values(), and entries() methods. Still need to do something for Pausables.

kevinbarabash avatar Jul 04 '15 19:07 kevinbarabash