Some method references like Integer::max can be mapped to Comparator interface. However using them as Comparator is useless and result might be unpredictable.
Integer::max
Comparator
New in 2016.3