Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface ListComprehension.OngoingDefinitionWithList
- All Superinterfaces:
ListComprehension.OngoingDefinitionWithoutReturn
- Enclosing class:
- ListComprehension
public static interface ListComprehension.OngoingDefinitionWithList
extends ListComprehension.OngoingDefinitionWithoutReturn
Allows to add a where clause into the definition of the list.
-
Method Summary
Modifier and TypeMethodDescriptionAdds aWHEREclause to this comprehension.Methods inherited from interface org.neo4j.cypherdsl.core.ListComprehension.OngoingDefinitionWithoutReturn
returning, returning, returning
-
Method Details
-
where
@NotNull @CheckReturnValue @NotNull ListComprehension.OngoingDefinitionWithoutReturn where(Condition condition) Adds aWHEREclause to this comprehension.- Parameters:
condition- the condition to start theWHEREclause with.- Returns:
- An ongoing definition
-