ifPresentAndNotNull

inline fun <T, R> Omissible<T?>.ifPresentAndNotNull(function: (T) -> R): R?