IsTuple

final case class IsTuple(specs: Seq[JsSpec], strict: Boolean)
Companion:
object
trait Serializable
trait Product
trait Equals
trait JsSpec
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes
override def validate(value: JsValue): Result
Definition Classes
override def validateAll(json: JsArray): LazyList[(JsPath, Invalid)]
Definition Classes
SchemaSpec

Inherited methods

Inherited from:
JsSpec
def or(other: JsSpec): JsSpec
Inherited from:
JsSpec
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product