Created
December 17, 2018 16:22
-
-
Save danslapman/9150e4807222b25b02781b1e5bb5769b to your computer and use it in GitHub Desktop.
coalesce for Quill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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