Class ProductPageTypeCodePredicate

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

    public class ProductPageTypeCodePredicate
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.String>
    Predicate to test if a given page type code is a Product page code.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.String pageTypeCode)  
      • 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

      • ProductPageTypeCodePredicate

        public ProductPageTypeCodePredicate()
    • Method Detail

      • test

        public boolean test​(java.lang.String pageTypeCode)
        Specified by:
        test in interface java.util.function.Predicate<java.lang.String>