Uses of Interface
org.neo4j.cypherdsl.core.OngoingListBasedPredicateFunction
Packages that use OngoingListBasedPredicateFunction
-
Uses of OngoingListBasedPredicateFunction in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return OngoingListBasedPredicateFunctionModifier and TypeMethodDescriptionstatic @NotNull OngoingListBasedPredicateFunctionstatic @NotNull OngoingListBasedPredicateFunctionCypher.all(SymbolicName variable) Starts building a new condition based on a function invocation for theall()function.static @NotNull OngoingListBasedPredicateFunctionstatic @NotNull OngoingListBasedPredicateFunctionCypher.any(SymbolicName variable) Starts building a new condition based on a function invocation for theany()function.static @NotNull OngoingListBasedPredicateFunctionstatic @NotNull OngoingListBasedPredicateFunctionCypher.none(SymbolicName variable) Starts building a new condition based on a function invocation for thenone()function.static @NotNull OngoingListBasedPredicateFunctionstatic @NotNull OngoingListBasedPredicateFunctionCypher.single(SymbolicName variable) Starts building a new condition based on a function invocation for thesingle()function.