Since the version currently used of cactoos (0.43), cactoos changed its API by:
removing all the decorators for the concrete collections
focusing the decorators around Iterable and Iterator
introducing some classes such as SetOf, ListOf, etc for transforming an Iterable into a concrete collection
This is meant to simplify cactoos code and force users of the library to use more OO code relying on Iterable as the basic element of composition.
Jpeek should upgrade to this latest version, it would simplify its code and allow us to use the latest features that could be needed (that's why I created this issue initially, I wanted to use a feature from latest cactoos but can't because the upgrade takes time).
Since this is going to have to be done in one chunk, I would recommend boosting this job and give it to someone who have an idea of what's to be done clearly (I can do it ;)
The job #474 assigned to @dfrau32/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this; there will be a monetary reward for this job
The job #474 assigned to @dgarus/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this; there will be a monetary reward for this job
Since the version currently used of cactoos (0.43), cactoos changed its API by:
Iterable
andIterator
Iterable
into a concrete collectionThis is meant to simplify cactoos code and force users of the library to use more OO code relying on
Iterable
as the basic element of composition.Jpeek should upgrade to this latest version, it would simplify its code and allow us to use the latest features that could be needed (that's why I created this issue initially, I wanted to use a feature from latest cactoos but can't because the upgrade takes time).
Since this is going to have to be done in one chunk, I would recommend boosting this job and give it to someone who have an idea of what's to be done clearly (I can do it ;)