Interface Condition

    • Method Detail

      • applies

        boolean applies​(Environment e)
        Checks if the condition applies in the given MapCSS Environment.
        Parameters:
        e - The environment to check. May not be null.
        Returns:
        true if the condition applies.
      • applies

        default boolean applies​(Tagged tagged)
        Checks if the condition applies in the given Tagged element.
        Parameters:
        tagged - The tagged to check.
        Returns:
        true if the condition applies.