Interface Function


public interface Function
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object... arguments)
    Invoke with the given arguments
  • Method Details

    • invoke

      Object invoke(Object... arguments)
      Invoke with the given arguments
      Parameters:
      arguments -
      Returns:
      Object