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