java 方法引用(method reference)

it -> it != null
等价于
Objects::nonNull
原文地址:https://www.cnblogs.com/mhc-fly/p/10098771.html