Package org.neo4j.cypherdsl.core
Interface Case.GenericCase
-
- All Superinterfaces:
Case
,Expression
,ProvidesAffixes
,Visitable
- Enclosing interface:
- Case
@API(status=STABLE, since="1.0") public static interface Case.GenericCase extends Case
Extension of theCase
interface to support generic case.
-
-
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, 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
-
-