Uses of Interface
org.neo4j.cypherdsl.core.Case.CaseEnding
-
Packages that use Case.CaseEnding Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Case.CaseEnding in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Case.CaseEnding Modifier and Type Method Description @NotNull Case.CaseEndingCase.OngoingWhenThen. then(Expression expression)Ends thisWHENblock with an expression.
-