Uses of Interface
org.neo4j.cypherdsl.core.ListComprehension.OngoingDefinitionWithoutReturn
-
Packages that use ListComprehension.OngoingDefinitionWithoutReturn Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of ListComprehension.OngoingDefinitionWithoutReturn in org.neo4j.cypherdsl.core
Subinterfaces of ListComprehension.OngoingDefinitionWithoutReturn in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceListComprehension.OngoingDefinitionWithListAllows to add a where clause into the definition of the list.Methods in org.neo4j.cypherdsl.core that return ListComprehension.OngoingDefinitionWithoutReturn Modifier and Type Method Description ListComprehension.OngoingDefinitionWithoutReturnListComprehension.OngoingDefinitionWithList. where(Condition condition)Adds aWHEREclause to this comprehension.
-