-
public final class libraryProcessingKt
-
-
Method Summary
Modifier and Type Method Description final String
replaceVariables(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
-
replaceVariables
final 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)
-
-
-
-