Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface OngoingListBasedPredicateFunctionWithList
public interface OngoingListBasedPredicateFunctionWithList
Allows to specify the where condition for the list based predicate.
- Since:
- 2024.0.0
- Author:
- Michael J. Simons
-
Method Summary
-
Method Details
-
where
- Parameters:
condition- The condition for the list based predicate.- Returns:
- The final list based predicate function
-