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