Package 

Class CodeExecution


  • 
    public final class CodeExecution
    
                        

    Code snippet ready to be evaluated with kernel REPL

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String code
    • 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()
      • Methods inherited from class org.jetbrains.kotlinx.jupyter.api.libraries.CodeExecution

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait