Calls the specified block with receiver as its this argument. Returns receiver value.
block
receiver
this
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/apply.html
The value of receiver.
Generated using TypeDoc
Calls the specified
block
withreceiver
as itsthis
argument. Returnsreceiver
value.https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/apply.html
Returns
The value of
receiver
.