Skip to content

Instantly share code, notes, and snippets.

@uzilan
Created June 7, 2022 15:12
Show Gist options
  • Save uzilan/974d37372a9c50f80b53ebdefcfa2ecf to your computer and use it in GitHub Desktop.
Save uzilan/974d37372a9c50f80b53ebdefcfa2ecf to your computer and use it in GitHub Desktop.
fun applyExample() {
val address = "Someone somewhere 12345"
val pack = Package(address)
.apply { this.stamp = Stamp(50.0) }
MailService.sendPackage(pack)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment