Class CategoryPageTypePredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<ItemModel>

    public class CategoryPageTypePredicate
    extends java.lang.Object
    implements java.util.function.Predicate<ItemModel>
    Predicate to identify if the provided item model is an instance of CategoryPageModel.
    • Constructor Detail

      • CategoryPageTypePredicate

        public CategoryPageTypePredicate()
    • Method Detail

      • test

        public boolean test​(ItemModel itemModel)
        Specified by:
        test in interface java.util.function.Predicate<ItemModel>
      • getTypeService

        protected TypeService getTypeService()
      • setTypeService

        public void setTypeService​(TypeService typeService)