Join Slack
Powered by
`T` can be anything. Maybe this is what you want: ...
# announcements
s
spand
10/14/2016, 7:10 AM
T
can be anything. Maybe this is what you want:
Copy code
fun <T:Any> notNull(block:() -> T) : T { return block() }
Open in Slack
Previous
Next