isNotEmpty

inline fun ObservableStringValue.isNotEmpty(): BooleanBinding

See also

StringExpression.isNotEmpty

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

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


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

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


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

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