final case class array[T, C[_]](componentType: Schema[T], unique: Boolean = false) extends Schema[C[T]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- array
- Serializable
- Product
- Equals
- Schema
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- object ToString
- Attributes
- protected
- Definition Classes
- Schema
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (array[T, C], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val componentType: Schema[T]
- def description: Option[String]
- Definition Classes
- Schema
- def duplicate(description: Option[String] = this._description, title: Option[String] = this._title): Self
- Definition Classes
- Schema
- def ensuring(cond: (array[T, C]) => Boolean, msg: => Any): array[T, C]
- def ensuring(cond: (array[T, C]) => Boolean): array[T, C]
- def ensuring(cond: Boolean, msg: => Any): array[T, C]
- def ensuring(cond: Boolean): array[T, C]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonType: String
- def mkCopy(): array[T, C]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: Option[String]
- Definition Classes
- Schema
- def toDefinition[TT >: C[T]](sig: String): def[TT]
- Definition Classes
- Schema
- def toString(): String
- Definition Classes
- array → AnyRef → Any
- val unique: Boolean
- def validations: Seq[Def[_, _]]
- Definition Classes
- Schema
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDescription(x: String): Self
- Definition Classes
- Schema
- def withExtraFrom(x: Schema[_]): Self
- Definition Classes
- Schema
- def withTitle(x: String): Self
- Definition Classes
- Schema
- def withValidation[TT >: C[T], B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
- Definition Classes
- Schema
Deprecated Value Members
- def apply(refName: String): Schema[C[T]]
- Definition Classes
- Schema
- Annotations
- @deprecated
- Deprecated
(Since version will be removed in 1.0.0) 0.6.1
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (array[T, C], B)
- Implicit
- This member is added by an implicit conversion from array[T, C] toArrowAssoc[array[T, C]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.