orNull

fun String?.orNull(): String?

如果为空字符串将返回null

fun List<Any?>?.orNull(): List<Any?>?

如果集合为空返回null