PublicApiNamedStreamShouldReturnStream
Public methods named stream() are generally expected to return a type whose name ends with Stream. Consider choosing a different method name instead.

Severity
SUGGESTION

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("PublicApiNamedStreamShouldReturnStream") to the enclosing element.