Calls the specified block with it's this argument as receiver. Returns its result.
block
this
receiver
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/with.html
The evaluation of block.
Generated using TypeDoc
Calls the specified
block
with it'sthis
argument asreceiver
. Returns its result.https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/with.html
Returns
The evaluation of
block
.