- All Superinterfaces:
EventSource<ObservableEvent<Boolean>,ObservableEventListener<? super Boolean>>
, Expression<Boolean>
, ObservableBooleanValue
, ObservableSimpleValue<Boolean>
, ObservableValue<Boolean>
, ReadableBooleanValue
, ReadableSimpleValue<Boolean>
, ReadableTypedValue<Boolean>
, ReadableValue<Boolean>
, Supplier<Boolean>
- All Known Implementing Classes:
BooleanBinding
- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
not
- Returns:
- a new
BooleanExpression
holding the negation of this value
.
-
-
and
- Parameters:
constant
- the constant Boolean
value.
- Returns:
- a new
BooleanExpression
holding the logical AND of this value
and the given
constant
value.
-
or
- Parameters:
other
- the other ObservableValue
.
- Returns:
- the new
BooleanExpression
holding the logical OR of this value
and the given
other
s value.
-
or
- Parameters:
constant
- the constant Boolean
value.
- Returns:
- the new
BooleanExpression
holding the logical OR of the value
s from this
BooleanExpression
and the given constant
value.