Scala Terminologies Mar 14, 2021 Any The universal base class in Scala AnyVal Descends from Any and is the base for all Java value types AnyRef Descends from Any and is the base for all Java reference types