`val function = BiFunction { it: String, it2: Stri...
# random
m
val function = BiFunction { it: String, it2: String -> "$it $it2" }