final case classParamPattern[A, I <: Args, O <: Args](name: String, check: ValuePattern[Seq[String], A], force: Boolean, next: QueryTrace[I.Append[A], O], growable: <:<[I, I with Growable]) extends QueryTrace[I, O] with Product with Serializable
Linear Supertypes
Serializable, Serializable, Product, Equals, QueryTrace[I, O], AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
ParamPattern
Serializable
Serializable
Product
Equals
QueryTrace
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newParamPattern(name: String, check: ValuePattern[Seq[String], A], force: Boolean, next: QueryTrace[I.Append[A], O], growable: <:<[I, I with Growable])