MatchTest

object MatchTest extends App

A small program that uses the classes Club and Match to keep track of some football matches. To be customized by the student.

trait App
class Object
trait Matchable
class Any

Value members

Inherited methods

final protected def args: Array[String]
Inherited from:
App
final def main(args: Array[String]): Unit
Inherited from:
App

Deprecated and Inherited methods

override def delayedInit(body: => Unit): Unit
Deprecated
[Since version 2.11.0] the delayedInit mechanism will disappear
Definition Classes
Inherited from:
App

Concrete fields

val club1: Club
val club2: Club