internalSubstitute

fun <T> T.internalSubstitute(map: Map<Any, Any>): T
fun <T : Any> List<T>.internalSubstitute(map: Map<Any, Any>): List<T>