Interface OperatorFunction


  • public interface OperatorFunction
    Common interface for all operator functions
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object operand1, java.lang.Object operand2, java.lang.Object operand3)  
    • Method Detail

      • apply

        java.lang.Object apply​(java.lang.Object operand1,
                               java.lang.Object operand2,
                               java.lang.Object operand3)