MutableFieldScope

class MutableFieldScope[T <: Field] extends FieldScope
trait HasField
class Object
trait Matchable
class Any

Value members

Concrete methods

def +=(f: T): T
override def getField(name: String): Option[Field]
Definition Classes

Inherited methods

def field(name: String): Field

Returns the field of a given name.

Returns the field of a given name.

Throws:
FieldNotFoundException

if a field with the given name does not exist

Inherited from:
HasField