Join Slack
Powered by
As official documentation said, `noinline` lambdas...
# android
e
edwardwongtl
03/19/2018, 4:32 PM
As official documentation said,
noinline
lambdas are allowed to be passed around or be stored as a field, while
inline
lambda can only be called inside the `inline`function, or passed to another
inline
function
2
Views
Open in Slack
Previous
Next