Returns a BooleanExpression
that wraps a
javafx.beans.value.ObservableBooleanValue
. If the
ObservableBooleanValue
is already a BooleanExpression
, it
will be returned. Otherwise a new
javafx.beans.binding.BooleanBinding
is created that is bound to
the ObservableBooleanValue
.
value
| The source ObservableBooleanValue |
BooleanExpression
that wraps the
ObservableBooleanValue
if necessary
NullPointerException
| if value is null |
Diagram: BooleanProperty