case class Keys[CC[X] <: Iterable[X]](pattern: String)(implicit factory: Factory[String, CC[String]]) extends Request[CC[String]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keys
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Keys(pattern: String)(implicit factory: 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
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- def toString(): String
- Definition Classes
- Request → AnyRef → Any