- 
                    
                    
public final class CodeExecutionCode 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 StringgetCode()final Function1<KotlinKernelHost, Object>toExecutionCallback(Map<String, String> mapping)- 
                    
                    
                    
- 
                                
                            
                                
Constructor Detail
- 
                                        
CodeExecution
CodeExecution(String code)
Create code execution with the given code 
 - 
                                        
 
- 
                                
                            
                                
Method Detail
- 
                                        
toExecutionCallback
final Function1<KotlinKernelHost, Object> toExecutionCallback(Map<String, String> mapping)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -