mapNotNull

fun <B : Any> mapNotNull(f: (A) -> B?): Event<B>(source)