Kotlin Standard Scoping Functions

Function extension `this` or `it` Block return
let yes it yes
run yes this yes
run no -- yes
with no this yes
apply yes this no
also yes it no
Back Home Next