final case class allof[T](subTypes: Set[Schema[_]]) extends Schema[T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- allof
- Serializable
- Schema
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (allof[T], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(refName: String): Self
- Definition Classes
- Schema
- 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()
- 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: (allof[T]) => Boolean, msg: => Any): allof[T]
- def ensuring(cond: (allof[T]) => Boolean): allof[T]
- def ensuring(cond: Boolean, msg: => Any): allof[T]
- def ensuring(cond: Boolean): allof[T]
- 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(): allof[T]
- 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
- def refName: Option[String]
- Definition Classes
- Schema
- val subTypes: Set[Schema[_]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: Option[String]
- Definition Classes
- Schema
- def toString(): String
- Definition Classes
- Schema → AnyRef → Any
- def validations: Seq[ValidationDef[_, _]]
- 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 >: T, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Self
- Definition Classes
- Schema
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def →[B](y: B): (allof[T], B)
- Implicit
- This member is added by an implicit conversion from allof[T] toArrowAssoc[allof[T]] 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.