isEmpty

inline fun ObservableStringValue.isEmpty(): BooleanBinding

See also

StringExpression.isEmpty

val <E> ObservableList<E>.isEmpty: BooleanBinding

Creates a new BooleanBinding that holds true if a given ObservableList is empty.


val <K, V> ObservableMap<K, V>.isEmpty: BooleanBinding

Creates a new BooleanBinding that holds true if a given ObservableMap is empty.


val <E> ObservableSet<E>.isEmpty: BooleanBinding

Creates a new BooleanBinding that holds true if a given ObservableSet is empty.