case class SScan[R, CC[X] <: Traversable[X]](key: String, cursor: Long, matchOpt: Option[String], countOpt: Option[Int])(implicit evidence$9: Reader[R], cbf: CanBuildFrom[Nothing, R, CC[R]]) extends Request[(Long, CC[R])] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SScan
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- val countOpt: Option[Int]
- val cursor: Long
- def decode: PartialFunction[Response, (Long, CC[R])]
-
def
future: Future[(Long, CC[R])]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- val matchOpt: Option[String]
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any