case class Info(sectionOpt: Option[String]) extends Request[Map[String, String]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Info
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, Map[String, String]]
- def future: Future[Map[String, String]]
- Definition Classes
- Request
- def isReadOnly: Boolean
- Definition Classes
- Request
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- val sectionOpt: Option[String]
- def toString(): String
- Definition Classes
- Request → AnyRef → Any