Package | Description |
---|---|
com.sun.javafx.fxml.expression |
Modifier and Type | Method and Description |
---|---|
static UnaryExpression |
Expression.negate(Expression operand)
Creates a numeric negation expression.
|
static UnaryExpression |
Expression.negate(java.lang.Number operand)
Creates a numeric negation expression.
|
static UnaryExpression |
Expression.not(java.lang.Boolean operand)
Creates a boolean "not" expression.
|
static UnaryExpression |
Expression.not(Expression operand)
Creates a boolean "not" expression.
|