public interface AbstractBooleanArgument extends AbstractComparableArgument<Boolean>, BooleanArgument
BooleanArgument
.Modifier and Type | Method and Description |
---|---|
default Expression |
isFalse() |
default Expression |
isTrue() |
eq, eq, exp, exp, exp, exp, expRight, in, in, isNotNull, isNull, neq, neq, notIn, notIn
evaluate, getValue, getValuePath, isConstant
default Expression isTrue()
isTrue
in interface BooleanArgument
Expression
for this == true
.default Expression isFalse()
isFalse
in interface BooleanArgument
Expression
for this == false
.Copyright © 2001–2016 mmm-Team. All rights reserved.