Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.28 KB | None | 0 0
  1.   val current_implementation = this match { // TODO decide using 'this'
  2.     case facebook : FacebookReviews => FacebookReviews
  3.     case google : GooglePlusReviews => GooglePlusReviews
  4. //    case "google" => GooglePlusReviews
  5. //    case "yelp" => YelpReviews
  6.     case _ => Reviews
  7.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement