Class Selector.AbstractSelector

    • Method Detail

      • matches

        public boolean matches​(Environment env)
        Determines if all conditions match the given environment.
        Specified by:
        matches in interface Selector
        Parameters:
        env - The environment to check
        Returns:
        true if all conditions apply, false otherwise.