Tascalate JavaFlow 2.2.2
This is a maintenance release with the following fixes / changes:
- Fix name of misspelled
CloseableIterator(wasClosableIterator) -- may affect your client code while this is a part of the public Extras API. - Refactoring
Continuationsclass, adding parameter to specify whether to return current continuation values from streams/iterators. - Separate methods in
Continuationsfor regular / continuable iterations. - Optimizing inheritance lookup in bytecode transformers (via caching results).
- Coding style & formatting fixes accross the projects.