-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.jupyter.api.libraries.VariablesSubstitutionAware
public interface ResultHandlerExecution implements VariablesSubstitutionAware<ResultHandlerExecution>
Execution interface for type handlers
-
-
Method Summary
Modifier and Type Method Description abstract FieldValue
execute(ExecutionHost host, FieldValue result)
ResultHandlerExecution
replaceVariables(Map<String, String> mapping)
Replace variables and return the result. -
-
Method Detail
-
execute
abstract FieldValue execute(ExecutionHost host, FieldValue result)
-
replaceVariables
ResultHandlerExecution replaceVariables(Map<String, String> mapping)
Replace variables and return the result.
- Parameters:
mapping
- maps variables names to their values
-
-
-
-