-
public final class CodeExecution
Code snippet ready to be evaluated with kernel REPL
-
-
Constructor Summary
Constructors Constructor Description CodeExecution(String code)
Create code execution with the given code
-
Method Summary
Modifier and Type Method Description final Function1<KotlinKernelHost, Object>
toExecutionCallback(Map<String, String> mapping)
final String
getCode()
-
-
Method Detail
-
toExecutionCallback
final Function1<KotlinKernelHost, Object> toExecutionCallback(Map<String, String> mapping)
-
-
-
-