Wraps a JavaFX SetExpression.
Wraps a JavaFX SetExpression.
- Companion
- object
class Object
trait Matchable
class Any
Value members
Concrete methods
A boolean property that is true
, if the the set is empty.
A boolean property that is true
, if the the set is empty.
Creates a new BooleanBinding that holds true if this set is equal to another ObservableSet.
Creates a new BooleanBinding that holds true if this set is equal to another ObservableSet.
- Value Params
- other
the other ObservableSet
- Returns
the new BooleanBinding
Creates a new BooleanBinding that holds true if this set is not equal to another ObservableSet.
Creates a new BooleanBinding that holds true if this set is not equal to another ObservableSet.
- Value Params
- other
the other ObservableSet
- Returns
the new BooleanBinding