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.
The Interface ScriptAction.
-
Method Summary
-
Method Details
-
run
Run.- Parameters:
value- the value- Returns:
- the t
- Throws:
ScriptException- the script exception
-