Skip to content

Instantly share code, notes, and snippets.

View Fingerzam's full-sized avatar

Juhana Laurinharju Fingerzam

View GitHub Profile
trait ExtractableFields {
val name: Option[String]
val color: Option[String]
}
case class Event(
id: Integer,
etype: String,
name: Option[String],