case classRawCommand(document: P.Document) extends Command with Product with Serializable
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from CommandWithPackRunner[P] to
any2stringadd[CommandWithPackRunner[P]] performed by method any2stringadd in scala.Predef.
defapply[R, C <: Command with CommandWithResult[R]](db: DB, command: C with CommandWithResult[R])(implicit writer: P.Writer[C], reader: P.Reader[R], ec: ExecutionContext): Future[R]
This member is added by an implicit conversion from CommandWithPackRunner[P] to
StringFormat[CommandWithPackRunner[P]] performed by method StringFormat in scala.Predef.