Skip to content

Instantly share code, notes, and snippets.

View wsurles's full-sized avatar

William Surles wsurles

  • Digital Globe
  • Boulder CO
View GitHub Profile
case class Bill(cost: Option[String],
kwh: String,
accountNumber: String)
Map(
"123" -> (34,Some(Bill(cost = Some("45.67"),
kwh = "156",
accountNumber = "655321"))),
"876" -> (45,Some(Bill(cost = None,
kwh = "156",