case class LInsert[W1, W2](key: String, position: Position, pivot: W1, value: W2)(implicit evidence$5: Writer[W1], evidence$6: Writer[W2]) extends Request[Option[Long]] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LInsert
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- def argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, Option[Long]]
- def future: Future[Option[Long]]
- Definition Classes
- Request
- def isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- val pivot: W1
- val position: Position
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- def toString(): String
- Definition Classes
- Request → AnyRef → Any
- val value: W2