In Kotlin while
and for
block, break
and continue
can be used, but they can’t be used in forEach
or repeat
block.
Tag Archives: [:ja]スコープ関数[:en]Scope Function[:]
Kotlin: Scope Function Categorization
I categorized scope functions, let
, with
, also
, apply
, run
in Kotlin.