PropertySpecifier

sealed class PropertySpecifier()

Used for specifying properties. Usage:

Used for specifying properties. Usage:

property("myProp") = ...
class Object
trait Matchable
class Any

Value members

Concrete methods

def update(propName: String, p: => Prop): ListBuffer[(String, Prop)]