Interface RelationshipPattern

    • Method Detail

      • asCondition

        @NotNull
        @Contract(pure=true)
        @NotNull Condition asCondition()
        Transform this pattern into a condition. All names of the patterns must be known upfront in the final statement, as PatternExpressions are not allowed to introduce new variables.
        Returns:
        A condition based on this pattern.
        Since:
        2021.0.0