Skip to content

Instantly share code, notes, and snippets.

@danslapman
Created December 17, 2018 16:22
Show Gist options
  • Save danslapman/9150e4807222b25b02781b1e5bb5769b to your computer and use it in GitHub Desktop.
Save danslapman/9150e4807222b25b02781b1e5bb5769b to your computer and use it in GitHub Desktop.
coalesce for Quill
def coalesce[T] = quote { column: Option[T] => default: T =>
infix"coalesce($column, $default)".as[T]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment