Interface F0.ZeroArgumentFunction

Enclosing class:
F0

static interface F0.ZeroArgumentFunction
Interface for zero argument functions.
  • Method Summary

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

    • execute

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