final case class User(methods: Option[Map[String, MethodInfo]]) extends MaybeEmpty with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- User
- Serializable
- Serializable
- Product
- Equals
- MaybeEmpty
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new User(methods: Option[Map[String, MethodInfo]])
Value Members
-
def
isEmpty: Boolean
- Definition Classes
- User → MaybeEmpty
- val methods: Option[Map[String, MethodInfo]]