apatrida
11/17/2015, 2:56 PM.map(::generateRandomString) expects what signature? (T)->V but you just changed generateRandomString(T)->V to generateRandomString(T1,T2)->V therefore
Error:(14, 7) Type inference failed: inline fun <T, R> kotlin.Iterable<T>.map(transform: (T) -> R): kotlin.List<R>
cannot be applied to
receiver: kotlin.IntRange arguments: (kotlin.reflect.KFunction2<kotlin.Int, (kotlin.Char) -> kotlin.Boolean, kotlin.String>)