Interface PatternComprehension.OngoingDefinitionWithPattern

    • Method Detail

      • where

        default PatternComprehension.OngoingDefinitionWithPatternAndWhere where​(RelationshipPattern pathPattern)
        Adds a where clause based on a path pattern to the ongoing definition
        Parameters:
        pathPattern - The path pattern to add to the where clause. This path pattern must not be null and must not introduce new variables not available in the match.
        Returns:
        A match or a call restricted by a where clause with no return items yet.
        Since:
        2020.1.4