Interface JsonResultWrapper.ExceptionFunction

All Superinterfaces:
Serializable
Enclosing class:
JsonResultWrapper

public static interface JsonResultWrapper.ExceptionFunction extends Serializable
A function that may throw an exception.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Object[] params)
    Applies the function.
  • Method Details

    • apply

      Object apply(Object[] params) throws Exception
      Applies the function.
      Parameters:
      params - function parameter
      Returns:
      function result
      Throws:
      Exception - potentially thrown exception