CollectionSchema

final case class CollectionSchema[C[_], A](shapeId: ShapeId, hints: Hints, tag: CollectionTag[C], member: Schema[A]) extends Schema[C[A]]
trait Serializable
trait Product
trait Equals
trait Schema[C[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addHints(hints: Hints): Schema[C[A]]
Inherited from:
Schema
final def addHints(hints: Hint*): Schema[C[A]]
Inherited from:
Schema
final def compile[F[_]](fk: PolyFunction[Schema, F]): F[C[A]]
Inherited from:
Schema
final def oneOf[Union]: PartiallyAppliedOneOf[Union, C[A]]
Inherited from:
Schema
final def optional[Struct]: PartiallyAppliedOptional[Struct, C[A]]
Inherited from:
Schema
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def refined[B]: PartiallyAppliedRefinement[C[A], B]
Inherited from:
Schema
final def required[Struct]: PartiallyAppliedRequired[Struct, C[A]]
Inherited from:
Schema
final def transformHintsLocally(f: Hints => Hints): Schema[C[A]]
Inherited from:
Schema
Inherited from:
Schema
final def validated[C](c: C)(implicit constraint: Simple[C, C[A]]): Schema[C[A]]
Inherited from:
Schema
final def withId(namespace: String, name: String): Schema[C[A]]
Inherited from:
Schema
final def withId(newId: ShapeId): Schema[C[A]]
Inherited from:
Schema