Inspection detects usages of pseudo-functional code if Java Stream API is available.
Consider cases when monad behaviour is emulated by static method call:
List<String> transformedIterable = Iterables.transform(someList, someTransformFunction);