Join Slack
Powered by
What's the kotlin equivalent of java's `Function&l...
# getting-started
c
chb0kotlin
01/25/2018, 9:05 PM
What's the kotlin equivalent of java's
Function<T,R>
Kotlin
Copy code
public interface Function<out R> { }
Takes is the signature
Open in Slack
Previous
Next