As official documentation said, `noinline` lambdas...
# android
e
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