public interface NegationBuilder<ParentBuilder extends ConditionAwareBuilder> extends FirstParameterBuilder<BooleanOperationBuilder<ParentBuilder>>
ConditionAwareBuilder
to delegate the building process to after the
wanted condition is built. See BooleanOperationBuilder.holds()
for that.Modifier and Type | Method and Description |
---|---|
NegationBuilder<ParentBuilder> |
not() |
comparable, field, parameter, parameter, templateParameter, value
NegationBuilder<ParentBuilder> not()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.