- 
                    
                    
 public final class libraryProcessingKt
- 
                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringreplaceVariables(String str, Map<String, String> mapping)Replace all $<name> substrings in str with corresponding mapping values final List<String>replaceVariables(Iterable<String> $self, Map<String, String> mapping)final <T extends VariablesSubstitutionAware<T>> List<T>replaceVariables(Iterable<T> $self, Map<String, String> mapping)final List<Function1<KotlinKernelHost, Object>>replaceVariables(Iterable<CodeExecution> $self, Map<String, String> mapping)- 
                    
                    
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        replaceVariablesfinal String replaceVariables(String str, Map<String, String> mapping) Replace all $<name> substrings in str with corresponding mapping values 
 - 
                                        replaceVariables@JvmName(name = "replaceVariablesString") final List<String> replaceVariables(Iterable<String> $self, Map<String, String> mapping) 
 - 
                                        replaceVariables@JvmName(name = "replaceVariables") final <T extends VariablesSubstitutionAware<T>> List<T> replaceVariables(Iterable<T> $self, Map<String, String> mapping) 
 - 
                                        replaceVariables@JvmName(name = "replaceVariablesExecution") final List<Function1<KotlinKernelHost, Object>> replaceVariables(Iterable<CodeExecution> $self, Map<String, String> mapping) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
                    
                    
 
-