`Function1<T, R>` is the actual type name, t...
# getting-started
k
Function1<T, R>
is the actual type name, the alt (and more common syntax) in Kotlin is
(T) -> R