Packages

implicit final class RemoteObjectMutableBuilder[Self <: RemoteObject] extends AnyVal

Annotations
@inline()
Source
RemoteObject.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteObjectMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RemoteObjectMutableBuilder(x: Self)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def setClassName(value: scala.Predef.String): Self
    Annotations
    @inline()
  8. def setClassNameUndefined: Self
    Annotations
    @inline()
  9. def setCustomPreview(value: CustomPreview): Self
    Annotations
    @inline()
  10. def setCustomPreviewUndefined: Self
    Annotations
    @inline()
  11. def setDescription(value: scala.Predef.String): Self
    Annotations
    @inline()
  12. def setDescriptionUndefined: Self
    Annotations
    @inline()
  13. def setObjectId(value: RemoteObjectId): Self
    Annotations
    @inline()
  14. def setObjectIdUndefined: Self
    Annotations
    @inline()
  15. def setPreview(value: ObjectPreview): Self
    Annotations
    @inline()
  16. def setPreviewUndefined: Self
    Annotations
    @inline()
  17. def setSubtype(value: scala.Predef.String): Self
    Annotations
    @inline()
  18. def setSubtypeUndefined: Self
    Annotations
    @inline()
  19. def setType(value: scala.Predef.String): Self
    Annotations
    @inline()
  20. def setUnserializableValue(value: UnserializableValue): Self
    Annotations
    @inline()
  21. def setUnserializableValueUndefined: Self
    Annotations
    @inline()
  22. def setValue(value: Any): Self
    Annotations
    @inline()
  23. def setValueUndefined: Self
    Annotations
    @inline()
  24. def toString(): java.lang.String
    Definition Classes
    Any
  25. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped