implicit final class PropertyDescriptorMutableBuilder[Self <: PropertyDescriptor] extends AnyVal
- Annotations
- @inline()
- Source
- PropertyDescriptor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropertyDescriptorMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PropertyDescriptorMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def setConfigurable(value: scala.Boolean): Self
- Annotations
- @inline()
- def setConfigurableUndefined: Self
- Annotations
- @inline()
- def setEnumerable(value: scala.Boolean): Self
- Annotations
- @inline()
- def setEnumerableUndefined: Self
- Annotations
- @inline()
- def setGet(value: () => Any): Self
- Annotations
- @inline()
- def setGetUndefined: Self
- Annotations
- @inline()
- def setSet(value: (Any) => Unit): Self
- Annotations
- @inline()
- def setSetUndefined: Self
- Annotations
- @inline()
- def setValue(value: Any): Self
- Annotations
- @inline()
- def setValueUndefined: Self
- Annotations
- @inline()
- def setWritable(value: scala.Boolean): Self
- Annotations
- @inline()
- def setWritableUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self