Skip to content

Instantly share code, notes, and snippets.

@teivah
Created October 30, 2018 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teivah/d96a8ee5bc9487c484eb09cf5774ed4c to your computer and use it in GitHub Desktop.
Save teivah/d96a8ee5bc9487c484eb09cf5774ed4c to your computer and use it in GitHub Desktop.
object EngineFactory {
def create(context: Context): Engine = {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment