Class OfferPredicates


  • public final class OfferPredicates
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OfferPredicates()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static OfferPredicate pAttrMatches​(java.lang.String aAttributeName, double aValue)  
      static OfferPredicate pAttrMatches​(java.lang.String aAttributeName, java.lang.String aValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OfferPredicates

        public OfferPredicates()
    • Method Detail

      • pAttrMatches

        public static OfferPredicate pAttrMatches​(java.lang.String aAttributeName,
                                                  double aValue)
      • pAttrMatches

        public static OfferPredicate pAttrMatches​(java.lang.String aAttributeName,
                                                  java.lang.String aValue)