mapNotNullLaw

inline fun <B> CharSequence.mapNotNullLaw(transform: (Char) -> B?): List<B>