Class AlwaysOnFilter

    • Constructor Detail

      • AlwaysOnFilter

        public AlwaysOnFilter()
    • Method Detail

      • evaluate

        public boolean evaluate​(FeatureFilterEvaluationContext context)
        Description copied from interface: FeatureFilter
        Evaluates if the filter is on or off. Returning true results in Feature evaluation ending and returning true. Returning false results in the next Feature evaluation to continue.
        Specified by:
        evaluate in interface FeatureFilter
        Parameters:
        context - The context for whether or not the filter is passed.
        Returns:
        True if the feature is enabled, false otherwise.