Class ContentSlotForPagePredicate

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

    public class ContentSlotForPagePredicate
    extends java.lang.Object
    implements java.util.function.Predicate<ItemModel>
    Predicate to identify if an ItemModel is assignable from ContentSlotForPageModel type.
    • Constructor Detail

      • ContentSlotForPagePredicate

        public ContentSlotForPagePredicate()
    • 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)