Interface Operation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object operate​(java.lang.Object value)
      Apply some function to a value and return the result.
    • Method Detail

      • operate

        java.lang.Object operate​(java.lang.Object value)
        Apply some function to a value and return the result.
        Parameters:
        value - value to apply function to
        Returns:
        result of function