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 TypeMethodDescriptionstatic @NotNull Predicates.OngoingListBasedPredicateFunctionstatic @NotNull Predicates.OngoingListBasedPredicateFunctionPredicates.all(SymbolicName variable) Starts building a new condition based on a function invocation for theall()function.static @NotNull Predicates.OngoingListBasedPredicateFunctionstatic @NotNull Predicates.OngoingListBasedPredicateFunctionPredicates.any(SymbolicName variable) Starts building a new condition based on a function invocation for theany()function.static @NotNull Predicates.OngoingListBasedPredicateFunctionstatic @NotNull Predicates.OngoingListBasedPredicateFunctionPredicates.none(SymbolicName variable) Starts building a new condition based on a function invocation for thenone()function.static @NotNull Predicates.OngoingListBasedPredicateFunctionstatic @NotNull Predicates.OngoingListBasedPredicateFunctionPredicates.single(SymbolicName variable) Starts building a new condition based on a function invocation for thesingle()function.