final case class User-Agent(product: ProductId, rest: List[ProductIdOrComment]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- User-Agent
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new User-Agent(product: ProductId, rest: List[ProductIdOrComment])
Value Members
- val product: ProductId
- val rest: List[ProductIdOrComment]