Package org.neo4j.cypherdsl.core
Class ListOperator
- java.lang.Object
-
- org.neo4j.cypherdsl.core.ListOperator
-
- All Implemented Interfaces:
Expression,Visitable
@API(status=EXPERIMENTAL, since="2020.1.0") public final class ListOperator extends java.lang.Object implements ExpressionRepresents a range literal applied to another expression.- Since:
- 2020.1.0
- Author:
- Michael J. Simons
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListOperator.DetailsThis is not a public API and just used internally for structuring the tree.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neo4j.cypherdsl.core.Expression
add, as, ascending, concat, contains, descending, divide, endsWith, gt, gte, in, isEmpty, isEqualTo, isFalse, isNotEqualTo, isNotNull, isNull, isTrue, lt, lte, matches, matches, multiply, pow, property, remainder, startsWith, subtract
-
-