This inspection reports two-call chains replaceable by a single call, e.g.
map {}.filterNotNull()
to
mapNotNull {}
.