Interface ScriptManager.ScriptAction<T>

Type Parameters:
T - the generic type
Enclosing class:
ScriptManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ScriptManager.ScriptAction<T>
The Interface ScriptAction.
  • Method Summary

    Modifier and Type
    Method
    Description
    run(org.graalvm.polyglot.Value value)
    Run.
  • Method Details

    • run

      T run(org.graalvm.polyglot.Value value) throws ScriptException
      Run.
      Parameters:
      value - the value
      Returns:
      the t
      Throws:
      ScriptException - the script exception