Class ContentSlotPredicate

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

    public class ContentSlotPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<ItemModel>
    Predicate to verify that the ItemModel is of type ContentSlotModel
    • Constructor Detail

      • ContentSlotPredicate

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