mapNotNull

fun <T, R : Any> Observable<T>.mapNotNull(mapper: (T) -> R?): Observable<R>

A shortcut for map followed by notNull