Join Slack
Powered by
As a general advice, you should avoid such big `in...
# announcements
d
diesieben07
02/01/2018, 1:55 PM
As a general advice, you should avoid such big
inline
methods. If you need a
reified
type parameter, I prefer to just grab the reified class using
T::class.java
and then pass that on to another (internal, non-inline) function.
4
Views
Open in Slack
Previous
Next