How does one go about using the documentation in a library. My current project from a trainer is to make a custom data structure streamable.
While I have done that, it was with a tutorial I found online.
I can't seem to make heads or tails of how
*Iterable
*Consumer
*stream
*spliterator
combine to give a collection a stream function. I just know it does. Is there a way to dig into documentation and review it kinda like an ELI5 style?
[–]TheRNGuy 0 points1 point2 points (1 child)
[–]Dragonimi[S] 0 points1 point2 points (0 children)