Skip to content

Instantly share code, notes, and snippets.

@mgonto
Last active December 9, 2015 22:48
Show Gist options
  • Save mgonto/4340018 to your computer and use it in GitHub Desktop.
Save mgonto/4340018 to your computer and use it in GitHub Desktop.
Create with overriders
val person = FactoryPal.create[Person]() { (person : ObjectBuilder[Person]) =>
person.age.mapsTo(45) alone
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment