Class SpecialLabelFilter

java.lang.Object
com.atlassian.confluence.labels.SpecialLabelFilter
All Implemented Interfaces:
com.atlassian.core.util.filter.Filter, com.google.common.base.Predicate<Label>, Predicate<Label>

public class SpecialLabelFilter extends Object implements com.atlassian.core.util.filter.Filter, com.google.common.base.Predicate<Label>
  • Constructor Details

    • SpecialLabelFilter

      public SpecialLabelFilter()
  • Method Details

    • isIncluded

      public boolean isIncluded(Object o)
      Specified by:
      isIncluded in interface com.atlassian.core.util.filter.Filter
    • apply

      public boolean apply(@NonNull Label label)
      Specified by:
      apply in interface com.google.common.base.Predicate<Label>