Skip to content

Instantly share code, notes, and snippets.

@softprops
Created June 24, 2011 06:11
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softprops/1044310 to your computer and use it in GitHub Desktop.
Save softprops/1044310 to your computer and use it in GitHub Desktop.
sbt function operator cheatsheet

key independent functions

:=   binds single value
+=   appends single value
++=  appends seq of values

key dependent functions

<<=  binds single value
<+=  appends single value
<++= appends seq of values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment