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);

This inspection only reports if the project or module is configured to use a language level of 8 or higher.