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