-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
otherwise
public BooleanBinding otherwise(boolean otherwiseValue)
Defines a constant value of the ternary expression, that is returned
if the condition is false
.
- Parameters:
otherwiseValue
- the value
- Returns:
- the complete
BooleanBinding