CourseUpdate

case class CourseUpdate[T](updateParameter: Option[T]) extends ViewUpdate[T]

Update the saved course list in selection menu

trait Serializable
trait Product
trait Equals
trait ViewUpdate[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def get[T]: T
Inherited from:
ViewUpdate
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product