You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example Scala application to demonstrate Case Classes, Inheritance, Sequences and Options though filtering entries in a sequence by a number of criteria. To compile and run tests, just run:
$ sbt test
from the repo's root directory.
About
a simple application demonstrating filtering case classes from a sequence