ifElse

fun <A> ObservableBoolean.ifElse(trueValue: A, falseValue: A): UnaryFunction<A, Boolean, ObservableBoolean>