I was reading about Scala
A marker trait that enables dynamic invocations. Instances x of this trait allow method invocations x.meth(args) for arbitrary method names meth and argument lists args as well as field accesses x.field for arbitrary field namesfield. This feature is introduced in Scala-2.10.
Source: https://www.tutorialspoint.com/scala/scala_basic_syntax.htm
I have no idea what this means. Please provide a simple explanation!