case class BRPop[R](timeoutSeconds: Int, keys: String*)(implicit evidence$2: Reader[R]) extends Request[Option[(String, R)]] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BRPop
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, Option[(String, R)]]
-
def
future: Future[Option[(String, R)]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- val keys: String*
-
val
repliesCount: Int
- Definition Classes
- Request
- val timeoutSeconds: Int
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any