Class OperandFunction

  • All Implemented Interfaces:
    com.adobe.marketing.mobile.rulesengine.Operand

    
    public class OperandFunction<T>
     implements Operand<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T resolve(Context context) All operand's must implement this to retrieve its resolved value.
      • Methods inherited from class java.lang.Object

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

      • resolve

         T resolve(Context context)

        All operand's must implement this to retrieve its resolved value.

        Parameters:
        context - The context contains details for token swapping and transforming the operand if required.
        Returns:

        the resolved operand value