-
public final class LibraryProcessingKt
-
-
Method Summary
Modifier and Type Method Description final static String
replaceVariables(String str, Map<String, String> mapping)
Replace all $<name> substrings in str with corresponding mapping values final static List<String>
replaceVariablesString(Iterable<String> $self, Map<String, String> mapping)
final static <T extends VariablesSubstitutionAware<T>> List<T>
replaceVariables(Iterable<T> $self, Map<String, String> mapping)
final static List<Function1<KotlinKernelHost, Object>>
replaceVariablesExecution(Iterable<CodeExecution> $self, Map<String, String> mapping)
-
-
Method Detail
-
replaceVariables
final static String replaceVariables(String str, Map<String, String> mapping)
Replace all $<name> substrings in str with corresponding mapping values
-
replaceVariablesString
final static List<String> replaceVariablesString(Iterable<String> $self, Map<String, String> mapping)
-
replaceVariables
final static <T extends VariablesSubstitutionAware<T>> List<T> replaceVariables(Iterable<T> $self, Map<String, String> mapping)
-
replaceVariablesExecution
final static List<Function1<KotlinKernelHost, Object>> replaceVariablesExecution(Iterable<CodeExecution> $self, Map<String, String> mapping)
-
-
-
-