Class SubtractionOperator

java.lang.Object
com.tangosol.coherence.dslquery.operator.BaseOperator
com.tangosol.coherence.dslquery.operator.SubtractionOperator

public class SubtractionOperator extends BaseOperator
An operator representing the conditional mathematical subtraction operation.
Since:
Coherence 12.2.1
Author:
jk 2013.12.03
  • Field Details

  • Constructor Details

    • SubtractionOperator

      public SubtractionOperator()
      Constructs a SubtractionOperator.
  • Method Details

    • addToTokenTable

      public void addToTokenTable(TokenTable tokenTable)
      Add this operator to the given TokenTable. This typically means adding this operator using its symbol and also adding any aliases.
      Specified by:
      addToTokenTable in class BaseOperator
      Parameters:
      tokenTable - the TokenTable to add this operator to.