//arrow-core/arrow.core/mapNullable
common fun <T : Any> Predicate<T>.mapNullable(): (T?) -> Boolean
Do you like Arrow?