functify
functify copied to clipboard
throw exceptions where appropriate
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)
I add throw statements in the new keys(), values(), and entries() methods. Still need to do something for Pausables.