Class CMSComponentPredicate

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

    @Deprecated
    public class CMSComponentPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<CMSItemModel>
    Deprecated.
    since 1811. Please use CMSComponentTypePredicate instead.
    Predicate to verify that the CMSItemModel is of type AbstractCMSComponentModel
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean test​(CMSItemModel cmsItemModel)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • CMSComponentPredicate

        public CMSComponentPredicate()
        Deprecated.
    • Method Detail

      • test

        public boolean test​(CMSItemModel cmsItemModel)
        Deprecated.
        Specified by:
        test in interface java.util.function.Predicate<CMSItemModel>