ObservableBoolean
Boilerplate which avoids having to use generics. Instead of ObservableValue<Boolean>
, use ObservableBoolean
.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
fun <A> ObservableBoolean.ifElse(trueValue: A, falseValue: A): UnaryFunction<A, Boolean, ObservableBoolean>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard