final case class User(login: String, avatar: URI, name: Option[String], email: Option[String]) extends Product with Serializable
- Source
- Github.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- User
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All