ParamContExp

final case class ParamContExp(names: List[String]) extends QueryExp

Form-style query continuation (<a href="http://tools.ietf.org/html/rfc6570#section-3.2.9">Section 3.2.9</a>)

Companion
object
trait Serializable
trait Product
trait Equals
trait QueryExp
trait QueryDef
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product