Package org.neo4j.cypherdsl.core
Interface Case.SimpleCase
-
- All Superinterfaces:
Case,Expression,ProvidesAffixes,Visitable
- Enclosing interface:
- Case
@API(status=STABLE, since="1.0") public static interface Case.SimpleCase extends CaseExtension theCaseinterface to support simple case with an initial expression / condition.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.Case
Case.CaseEnding, Case.GenericCase, Case.OngoingWhenThen, Case.SimpleCase
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.Expression
add, as, as, ascending, asCondition, concat, contains, descending, divide, endsWith, eq, gt, gte, hasSize, in, includesAll, includesAny, isEmpty, isEqualTo, isFalse, isNotEqualTo, isNotNull, isNull, isTrue, lt, lte, matches, matches, multiply, ne, pow, property, remainder, size, sorted, startsWith, subtract
-
Methods inherited from interface org.neo4j.cypherdsl.core.ast.ProvidesAffixes
getPrefix, getSuffix
-
-