final case class ProductComment(value: String) extends ProductIdOrComment with Product with Serializable
- Source
- ProductIdOrComment.scala
- Alphabetic
- By Inheritance
- ProductComment
- Serializable
- Serializable
- Product
- Equals
- ProductIdOrComment
- Renderable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ProductComment(value: String)
Value Members
-
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- ProductComment → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
-
def
toString(): String
- Definition Classes
- Renderable → Any
- val value: String