case class SPop[R](key: String)(implicit evidence$6: Reader[R]) extends Request[Option[R]] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SPop
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def argsCount: Int
- Definition Classes
- Request
- def decode: Decoder[Option[R]]
- def future: Future[Option[R]]
- Definition Classes
- Request
- def isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- def toString(): String
- Definition Classes
- Request → AnyRef → Any