case class ConfigSet[W](parameter: String, value: W)(implicit evidence$1: Writer[W]) extends Request[Unit] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigSet
- 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, Unit]
- def future: Future[Unit]
- Definition Classes
- Request
- def isReadOnly: Boolean
- Definition Classes
- Request
- val parameter: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- def toString(): String
- Definition Classes
- Request → AnyRef → Any
- val value: W