This inspection reports stream API call chains which can be simplified. It allows to avoid creating redundant temporary objects without changing semantics.
For example, Collection.stream().forEach() can be replaced with Collection.forEach()