Value

sealed trait Value extends InputValue with ResponseValue
Companion:
object
class Object
trait Matchable
class Any

Value members

Inherited methods

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

Inherited from:
ResponseValue
def toInputString: String
Inherited from:
InputValue