case class XStreamInfo[Record](raw: commons.BMap[String, ValidRedisMsg])(implicit evidence$1: RedisRecordCodec[Record]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XStreamInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new XStreamInfo(raw: commons.BMap[String, ValidRedisMsg])(implicit arg0: RedisRecordCodec[Record])