_properties

class java.lang.Object
trait scala.Matchable
class Any

Def

def getPropertyOpt[B](id: AnyRef, dfltOpt: => Opt[B]): Opt[B]
def removePropertyOpt[B](id: AnyRef): Opt[B]
def setPropertyOpt[B](id: AnyRef, value: B): Opt[B]