case class Keys[CC[X] <: Iterable[X]](pattern: String)(implicit factory: scala.collection.compat.Factory[String, CC[String]]) extends Request[CC[String]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keys
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Keys(pattern: String)(implicit factory: scala.collection.compat.Factory[String, CC[String]])
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, CC[String]]
-
def
future: Future[CC[String]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val pattern: String
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any