DataStorageHandler

Companion object of DataStorageHandler trait

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def mergeSavedCourseLists(savedCourseList: List[SavedCourse], newSavedCourseList: List[SavedCourse]): List[SavedCourse]

Merge the elements of two list of SavedCourses using List.groupMapReduce. If two or more elements have the same id, it checks if their value are the same,

Merge the elements of two list of SavedCourses using List.groupMapReduce. If two or more elements have the same id, it checks if their value are the same,

Returns:

a resulting List[SavedCourse]