We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi! Now we have.findAll () and.findFirst ().
And you can add?: .findLast(10) - hoose the last 10 items .findFirst(14) - choose the first 14 elements .findRandom(42) - choose 42 random element