Class SearchConfigurationApplicableToAttributePredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<com.hybris.cockpitng.dataaccess.facades.type.DataAttribute>

    public class SearchConfigurationApplicableToAttributePredicate
    extends java.lang.Object
    implements java.util.function.Predicate<com.hybris.cockpitng.dataaccess.facades.type.DataAttribute>
    • Constructor Detail

      • SearchConfigurationApplicableToAttributePredicate

        public SearchConfigurationApplicableToAttributePredicate()
    • Method Detail

      • test

        public boolean test​(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute)
        Specified by:
        test in interface java.util.function.Predicate<com.hybris.cockpitng.dataaccess.facades.type.DataAttribute>