Package org.neo4j.cypherdsl.core
Class NotCondition
- java.lang.Object
-
- org.neo4j.cypherdsl.core.NotCondition
-
- All Implemented Interfaces:
Condition,Expression,Visitable
@API(status=EXPERIMENTAL, since="1.0") public final class NotCondition extends java.lang.Object implements ConditionA negated version of the condition passed during construction of this condition.- Since:
- 1.0
- Author:
- Michael J. Simons
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)
-