Interface F1.OneArgumentFunction

Enclosing class:
F1

static interface F1.OneArgumentFunction
Interface for one argument functions.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(Function functionData, Object argument)
    Prototype of the one-argument function
  • Method Details

    • execute

      Object execute(Function functionData, Object argument)
      Prototype of the one-argument function
      Parameters:
      functionData - Function; meta data of the function
      argument - Object; the argument of the function
      Returns:
      Object; the result type of the function