Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface OngoingListBasedPredicateFunction
public interface OngoingListBasedPredicateFunction
Allows to define the source of the list predicate.
- Since:
- 2024.0.0
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptionin(Expression list) Returns a builder to specify the where condition for the list based predicate.
-
Method Details
-
in
Returns a builder to specify the where condition for the list based predicate.- Parameters:
list- a list expression- Returns:
- a builder to specify the where condition for the list based predicate
-