Skip to content

Instantly share code, notes, and snippets.

@devth
Created July 9, 2012 21:48
Show Gist options
  • Save devth/3079220 to your computer and use it in GitHub Desktop.
Save devth/3079220 to your computer and use it in GitHub Desktop.
lazy val (expertScoreCount, expertReviewList, expertAverageScore) = reviewSummary match {
case Some(rs) => (Option(rs.getExpertAverageScore), Option(rs.getReviewList),
Option(rs.getExpertAverageScore))
case _ => (None, None, None)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment