Chances are you forgot to kick it.

The linked article is written by me. It explains how Java streams need a terminating operation in order to start any actions. For more explanations and code examples, do follow the link and read the article. It’s free.

  • JackbyDev@programming.devM
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    The only time I’ve had to have a “pointless” terminal operation was in some contrived unit test code. I remember putting a comment on the line saying something like “terminal operation so the stream does something” lol. But yeah, I can see this being extremely confusing to novices trying to learn the Stream API on their own.

    • Ænðr@lemmy.sdf.orgOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Right! I had used streams a couple of times but for most work had switched to Eclipse Collections. Some payloads just work better when streamed and I was left wondering why nothing happened!