Skip to content

Instantly share code, notes, and snippets.

@Kotlin-Native
Created July 10, 2015 06:58
Show Gist options
  • Select an option

  • Save Kotlin-Native/66e8a1b100f61467a69c to your computer and use it in GitHub Desktop.

Select an option

Save Kotlin-Native/66e8a1b100f61467a69c to your computer and use it in GitHub Desktop.
Address address = newAddress()
.forStreetNumber(...).ofStreet(...)
.inCity(...).withZipCode(...)
.lyingInState(...).ofCountry(...)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment