Created
October 3, 2017 19:39
-
-
Save andyczerwonka/f8b1b4e5bbb53de8de73a575eb31c902 to your computer and use it in GitHub Desktop.
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
val entries = readings collect { | |
case r if sensorNames.contains(r.sensor) => (str2date(r.date), sensorNames(r.sensor), r.metric) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment