object RedisOp extends HasFlatMap[RedisOp]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedisOp
- HasFlatMap
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class FlatMappedOp[A, B](batch: RedisBatch[A], fun: (A) ⇒ RedisOp[B]) extends RedisOp[B] with Product with Serializable
- case class LeafOp[A](batch: RedisBatch[A]) extends RedisOp[A] with Product with Serializable