Robuta

https://docs.aws.amazon.com/codeguru/detector-library/java/stream-anymatch-vs-findfirst/ Use Stream::anyMatch instead of Stream::findFirst or Stream::findAny | Amazon Q, Detector Library Using `Stream::anyMatch` is more readable and convenient than using a chain of `Stream::filter`, `Stream::findFirst` or `Stream::findAny` and...